mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Add test:watch command
This commit is contained in:
parent
e70281bad2
commit
39dc77e4f3
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"dev:helium": "HELIUM_BUNDLE_DEV=true webpack-dev-server --hot",
|
||||
"dev:watch": "grunt watch-webpack-dev",
|
||||
"dev": "npm-run-all --parallel dev:server lint:watch dev:watch",
|
||||
"test:watch": "karma start karma.conf.js --single-run=false",
|
||||
"test": "karma start karma.conf.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue