File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1010 "build" : " npm run build:babel && npm run build:desktop" ,
1111 "build:babel" : " cross-env NODE_ENV=production babel ./src --out-dir=./lib && cp ./package.json ./lib/package.json" ,
1212 "build:web" : " CI=false react-scripts build" ,
13- "build:desktop" : " cross-env REACT_APP_DESKTOP=true PUBLIC_URL=./ react-scripts build && electron-builder build && cp ./desktop/entitlements.mac.plist ./build/entitlements.mac.plist" ,
13+ "build:desktop" : " cross-env CI=false REACT_APP_DESKTOP=true PUBLIC_URL=./ react-scripts build && electron-builder build && cp ./desktop/entitlements.mac.plist ./build/entitlements.mac.plist" ,
1414 "start:desktop:dev" : " USE_DEV_SERVER=yes electron ./desktop" ,
1515 "start:desktop" : " electron ./desktop" ,
1616 "release:lib" : " npm run build && cd lib && npm publish" ,
You can’t perform that action at this time.
0 commit comments