Skip to content

Commit

Permalink
Merge pull request #1 from xwartz/master
Browse files Browse the repository at this point in the history
Fix some scrips
  • Loading branch information
dustintownsend authored Aug 13, 2016
2 parents 4e5e73f + f58419f commit 9d6f82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const shouldBuildAll = argv.all || false;


const DEFAULT_OPTS = {
dir: './',
dir: './static',
name: appName,
asar: shouldUseAsar,
ignore: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-main": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
"build-renderer": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.production.js --progress --profile --colors",
"build": "npm run build-main && npm run build-renderer",
"start": "cross-env NODE_ENV=production electron ./",
"start": "cross-env NODE_ENV=production electron ./static/",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./app/main.development",
"package": "cross-env NODE_ENV=production node -r babel-register package.js",
"package-all": "npm run package -- --all",
Expand Down

0 comments on commit 9d6f82b

Please sign in to comment.