We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67f7e3f + e33f8d8 commit 4f48426Copy full SHA for 4f48426
1 file changed
package.json
@@ -8,6 +8,7 @@
8
"url": "git://github.com/Soundnode/soundnode-app.git"
9
},
10
"scripts": {
11
+ "prestart": "npm run webpack:prod && npm run sass:prod",
12
"start": "./node_modules/.bin/electron .",
13
"build": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all",
14
"watch": "npm run webpack:dev & npm run sass:dev",
0 commit comments