Skip to content

Commit 1d9babe

Browse files
authored
rename build command to release
1 parent 87ca10a commit 1d9babe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"prestart": "npm run watch",
1212
"start": "./node_modules/.bin/electron .",
13-
"build": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all",
13+
"release": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all",
1414
"watch": "npm run webpack:dev & npm run sass:dev",
1515
"clean": "./node_modules/.bin/rimraf ./dist",
1616
"webpack:prod": "./node_modules/.bin/webpack -p --config ./webpack.prod.js",

0 commit comments

Comments
 (0)