Verify release (#679)

Context: https://github.com/electron/forge/issues/3965
This commit is contained in:
Will Chen
2025-07-21 11:07:53 -07:00
committed by GitHub
parent 15defa72e9
commit dd4987a9ac
4 changed files with 183 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"package": "npm run clean && electron-forge package",
"make": "npm run clean && electron-forge make",
"publish": "npm run clean && electron-forge publish",
"verify-release": "node scripts/verify-release-assets.js",
"ts": "npm run ts:main && npm run ts:workers",
"ts:main": "npx tsc -p tsconfig.app.json --noEmit",
"ts:workers": "npx tsc -p workers/tsc/tsconfig.json --noEmit",