File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments