mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
watch ts files and source directly (#623)
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"test": "karma start ./spec/support/karma.conf.js --single-run",
|
"test": "karma start ./spec/support/karma.conf.js --single-run",
|
||||||
"test:watch": "karma start ./spec/support/karma.conf.js",
|
"test:watch": "karma start ./spec/support/karma.conf.js",
|
||||||
"test:node": "jasmine-ts -r tsconfig-paths/register",
|
"test:node": "jasmine-ts -r tsconfig-paths/register",
|
||||||
"test:node:watch": "nodemon -w ./dist --delay 500ms --exec jasmine-ts -r tsconfig-paths/register",
|
"test:node:watch": "nodemon -w ./angular -w ./common -w ./electron -w ./node -w ./shared -w ./spec --ext \"ts,js,mjs,json\" --exec jasmine-ts -r tsconfig-paths/register",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user