mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Add watch script.
This commit is contained in:
parent
12cb26fe1e
commit
bd7e49351b
@ -56,6 +56,7 @@
|
||||
"test:ts": "tsc -p test --noEmit",
|
||||
"test:integration": "jest test/integration",
|
||||
"test:unit": "jest --collectCoverage test/unit",
|
||||
"test:watch": "jest --watch test/unit",
|
||||
"validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/config-default.json -f > /dev/null",
|
||||
"version": "manual-git-changelog onversion",
|
||||
"watch": "nodemon --watch \"dist/**/*.js\" --exec npm start"
|
||||
|
Loading…
x
Reference in New Issue
Block a user