We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33aa3cb + 9bdbad5 commit 1d7ac1eCopy full SHA for 1d7ac1e
package.json
@@ -5,7 +5,7 @@
5
"main": "main.js",
6
"scripts": {
7
"build-js": "mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js",
8
- "build": "npm install && ulimit -n 512 && grunt build && npm run build-js",
+ "build": "ulimit -n 512 && npm install && ulimit -n 512 && grunt build && npm run build-js",
9
"watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v",
10
"watch": "grunt build && npm build && npm run watch-js | grunt watch",
11
"start": "electron .",
0 commit comments