1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 21:57:26 +03:00

Remove test script in package.json

This commit is contained in:
Brent Jackson 2017-11-02 11:03:15 -04:00
parent 2ea71c02ba
commit 747e8c8c38

View File

@ -8,7 +8,6 @@
},
"scripts": {
"start": "./bin/cli.js dev docs/App.js -op 8888",
"_build": "./bin/cli.js build docs/App.js -d docs",
"build": "./bin/cli.js build docs/App.js --static -d docs",
"test": "nyc ava",
"cover": "nyc report --reporter=html --reporter=lcov"