fix watch script
This commit is contained in:
parent
eb5679292a
commit
23b67e8704
|
@ -29,7 +29,7 @@
|
||||||
"reset": "npx rimraf .nyc_output build-test coverage dist embarkjs-omg-*.tgz package",
|
"reset": "npx rimraf .nyc_output build-test coverage dist embarkjs-omg-*.tgz package",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
"// test": "nyc --reporter=html --reporter=json mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
"// test": "nyc --reporter=html --reporter=json mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||||
"watch": "run-p \"build:** --verbose --watch\""
|
"watch": "run-p \"build:** -- --verbose --watch\""
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue