Skip to content

Commit 4f48426

Browse files
authored
Merge pull request #988 from Soundnode/prestart-script
Add prestart command to run the build
2 parents 67f7e3f + e33f8d8 commit 4f48426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "git://github.com/Soundnode/soundnode-app.git"
99
},
1010
"scripts": {
11+
"prestart": "npm run webpack:prod && npm run sass:prod",
1112
"start": "./node_modules/.bin/electron .",
1213
"build": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all",
1314
"watch": "npm run webpack:dev & npm run sass:dev",

0 commit comments

Comments
 (0)