1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix build env(redux devtools removed)

This commit is contained in:
Rokt33r
2015-10-19 22:10:22 +09:00
parent 7459e937b5
commit 0899cea4b4
4 changed files with 22 additions and 32 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "boost",
"version": "0.4.0-alpha",
"version": "0.4.0-alpha.1",
"description": "Boost App",
"main": "main.js",
"scripts": {
"start": "electron ./main.js",
"webpack": "webpack-dev-server --inline",
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
"webpack": "webpack-dev-server --inline --config webpack.config.js",
"compile": "NODE_ENV=production webpack --config webpack.config.production.js -p",
"build": "electron-packager ./ Boost $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite",
"codesign": "codesign --verbose --deep --force --sign \"MAISIN solutions Inc.\" Boost-darwin-x64/Boost.app"
},