|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
"scripts": { |
|
|
|
|
"start:dev": "tsc && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=development electron --inspect=5858 .", |
|
|
|
|
"start:production": "tsc && && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=production electron .", |
|
|
|
|
"dist": "tsc && cp -R node_modules/yarn build/tools/ && PUBLISH_FOR_PULL_REQUEST='true' electron-builder", |
|
|
|
|
"dist": "tsc && cp -R node_modules/yarn build/tools/ && electron-builder", |
|
|
|
|
"installRipGrepMacOXx64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=x64 node node_modules/@vscode/ripgrep/lib/postinstall.js", |
|
|
|
|
"installRipGrepMacOXarm64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=arm64 node node_modules/@vscode/ripgrep/lib/postinstall.js", |
|
|
|
|
"postinstall": "electron-builder install-app-deps" |
|
|
|
|