mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fixes npm task bacause oh-my-cdn is removed
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
"start": "electron ./index.js",
|
"start": "electron ./index.js",
|
||||||
"hot": "electron ./index.js --hot",
|
"hot": "electron ./index.js --hot",
|
||||||
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
||||||
"postinstall": "npm run vendor",
|
|
||||||
"vendor": "oh-my-cdn",
|
|
||||||
"compile": "grunt compile",
|
"compile": "grunt compile",
|
||||||
"test": "PWD=$(pwd) NODE_ENV=test ava"
|
"test": "PWD=$(pwd) NODE_ENV=test ava"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user