File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 99 "test" : " craco test" ,
1010 "test:cypress" : " export PORT=$(get-port 8765); concurrently npm:start:testserver npm:start:cypress" ,
1111 "pack" : " electron-builder --dir" ,
12- "dist" : " electron-builder --mac --arm64 --x64" ,
1312 "inspect:asar" : " rm -rf app_asar && asar extract dist/mac/BudgetBudget.app/Contents/Resources/app.asar ./app_asar" ,
1413 "start:cra" : " BROWSER=none craco start" ,
1514 "start:electron" : " npm run wait:server && SERVER_URL=http://localhost:$PORT NODE_ENV=development electron ." ,
6463 [
6564 " @semantic-release/exec" ,
6665 {
67- "prepareCmd" : " npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --publish never"
66+ "prepareCmd" : " npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --arm64 --x64 -- publish never"
6867 }
6968 ],
7069 [
You can’t perform that action at this time.
0 commit comments