Fix start
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ws --directory public",
|
"start": "node ./bin/cli.js --directory public",
|
||||||
"test": "test-runner test/*.js",
|
"test": "test-runner test/*.js",
|
||||||
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user