Fix start

This commit is contained in:
root
2020-05-12 11:00:53 +03:00
parent 495bd2f6b1
commit 607abe9d69

View File

@ -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"
}, },