1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Merge pull request #222 from asmsuechan/fix-npm-install

Fixes npm task bacause oh-my-cdn is removed
This commit is contained in:
Sota Sugiura
2017-01-09 11:35:13 +09:00
committed by GitHub

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