1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Fixes npm task bacause oh-my-cdn is removed

This commit is contained in:
asmsuechan
2017-01-09 11:27:55 +09:00
parent 923c24fa6c
commit 6a73a3af97

View File

@@ -8,8 +8,6 @@
"start": "electron ./index.js",
"hot": "electron ./index.js --hot",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"postinstall": "npm run vendor",
"vendor": "oh-my-cdn",
"compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava"
},