test: Add watch script.

This commit is contained in:
Ruben Verborgh 2020-12-20 14:16:02 +01:00
parent 12cb26fe1e
commit bd7e49351b

View File

@ -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"