1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-28 08:07:16 +00:00

Build環境設定

This commit is contained in:
Dick Choi
2015-11-17 09:00:08 +09:00
parent 51f530ffbe
commit 76a031a8c9
4 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"description": "Boost App",
"main": "main.js",
"scripts": {
"start": "BOOST_ENV=development electron ./main.js",
"start": "set BOOST_ENV=development&& electron ./main.js",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
"build": "electron-packager ./ Boost --app-version=$npm_package_version $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite",