Skip to content

Commit

Permalink
release does now a copy of package.json which is required for a funct…
Browse files Browse the repository at this point in the history
…ioning build
  • Loading branch information
AquaJo committed Aug 19, 2024
1 parent 0de5ebf commit a290694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bundleWatch": "vite build --watch",
"make": "node copyPackageJson.js && npm run bundle && electron-forge make",
"dist": "node copyPackageJson.js && npm run bundle && electron-builder",
"release": "npm run bundle && electron-builder --publish onTag",
"release": "node copyPackageJson.js && npm run bundle && electron-builder --publish onTag",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"prettyAll": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit a290694

Please sign in to comment.