Skip to content

Commit 44d080a

Browse files
committed
Shortcuts build commands
1 parent 16403a7 commit 44d080a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"start": "electron main.js",
66
"babel": "babel --out-dir dist/ app/",
77
"build": "bash scripts/build.sh $npm_package_name $npm_package_version",
8-
"build:osx": "bash scripts/build.sh $npm_package_name $npm_package_version darwin",
9-
"build:linux": "bash scripts/build.sh $npm_package_name $npm_package_version linux",
10-
"build:windows": "bash scripts/build.sh $npm_package_name $npm_package_version win32"
8+
"build:osx": "yarn build darwin",
9+
"build:linux": "yarn build linux",
10+
"build:windows": "yarn build win32"
1111
},
1212
"dependencies": {
1313
"babel-polyfill": "^6.26.0",

0 commit comments

Comments
 (0)