Skip to content

Commit e33f8d8

Browse files
committed
Add prestart command to run the build
1 parent 67f7e3f commit e33f8d8

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)