File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Soulmate" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.7 " ,
44 "main" : " src/electron.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
4747 "scripts" : {
4848 "react-start" : " parcel -p 3000 index.html" ,
4949 "react-build" : " yarn build-worker && parcel build index.html --out-dir build --public-url ./" ,
50- "start" : " concurrently \" cross-env BROWSER=none yarn react-start\" \" wait-on http://localhost:3000 && electron . \" \" yarn build-worker\" " ,
50+ "start" : " concurrently \" cross-env BROWSER=none yarn react-start\" \" wait-on http://localhost:3000 && electron . \" \" yarn build-worker-dev \" " ,
5151 "electron-build" : " electron-builder " ,
5252 "build" : " yarn react-build && yarn electron-build" ,
53- "build-worker" : " parcel build node_modules/monaco-editor/esm/vs/editor/editor.worker.js --no-source-maps"
53+ "build-worker" : " parcel build node_modules/monaco-editor/esm/vs/editor/editor.worker.js -d build --no-source-maps" ,
54+ "build-worker-dev" : " parcel build node_modules/monaco-editor/esm/vs/editor/editor.worker.js --no-source-maps"
5455 },
5556 "build" : {
5657 "directories" : {
You can’t perform that action at this time.
0 commit comments