Correct testwatch script

This commit is contained in:
Tony Garnock-Jones 2021-01-28 08:59:02 +01:00
parent abca13e260
commit 6bf49874b7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"prepare": "npx tsc && npx rollup -c",
"rollupwatch": "npx rollup -c -w",
"test": "npx jest",
"testwatch": "npx jest -w",
"testwatch": "npx jest --watch",
"veryclean": "npm run clean && rm -rf node_modules",
"watch": "npx tsc -w"
},