ui: add npm script for running ember test server
This commit is contained in:
parent
b3c8ab9be7
commit
14adca3a1f
|
@ -20,7 +20,7 @@
|
|||
"build-storybook": "STORYBOOK=true ember build && build-storybook -s dist",
|
||||
"storybook": "STORYBOOK=true start-storybook -p 6006 -s dist",
|
||||
"test": "npm-run-all lint:* test:*",
|
||||
"test:ember": "ember test"
|
||||
"test:ember": "ember test --server --query=dockcontainer"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
Loading…
Reference in a new issue