Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Sep 24, 2018
1 parent 714b28e commit e6afbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf node_modules && npm install",
"start": "cross-env NODE_ENV=production electron ./",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron -r ./node_modules/babel-register -r ./node_modules/babel-polyfill --inspect=5858 ./app/main/main.development --color",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && rimraf node_modules/jimp/browser",
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\" --color",
"dev-wrong-folder": "cross-env WRONG_FOLDER=true npm run dev",
"package": "npm run build && build --publish never",
Expand Down

0 comments on commit e6afbae

Please sign in to comment.