Skip to content

Commit 38b661e

Browse files
Switch to yarn
1 parent 657397b commit 38b661e

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
@@ -36,9 +36,9 @@
3636
"build:bundle": "cross-env NODE_ENV=production webpack -p --progress --bail --mode production",
3737
"build:bundle:dev": "webpack --progress --bail --mode development",
3838
"build:electron": "yarn clean && yarn build && yarn install:electron && build -wml --ia32 --x64",
39-
"build:electron:linux": "npm run build && build -l --ia32 --x64",
40-
"build:electron:macos": "npm run build && build -m --ia32 --x64",
41-
"build:electron:windows": "npm run build && build -w --ia32 --x64",
39+
"build:electron:linux": "yarn build && build -l --ia32 --x64",
40+
"build:electron:macos": "yarn build && build -m --ia32 --x64",
41+
"build:electron:windows": "yarn build && build -w --ia32 --x64",
4242
"build:react-sdk": "node scripts/yarn-sub.js matrix-react-sdk build",
4343
"build:js-sdk": "node scripts/yarn-sub.js matrix-js-sdk start:init",
4444
"build": "yarn build:js-sdk && yarn build:react-sdk && yarn reskindex && yarn build:res && yarn build:bundle",

0 commit comments

Comments
 (0)