Add release smoke path for pre-store verification (WP-0002)
Introduce npm run smoke with automated build, test, lint, dist, and metadata-only compliance checks. Document manual Chrome steps in RELEASE_SMOKE.md and fix unused imports blocking lint.
This commit is contained in:
parent
ace04ae36e
commit
90a4b7a936
7 changed files with 366 additions and 6 deletions
|
|
@ -12,7 +12,8 @@
|
|||
"test:watch": "jest --watch",
|
||||
"lint": "eslint src/**/*.{js,ts}",
|
||||
"lint:fix": "eslint src/**/*.{js,ts} --fix",
|
||||
"type-check": "tsc --noEmit"
|
||||
"type-check": "tsc --noEmit",
|
||||
"smoke": "bash scripts/release-smoke.sh"
|
||||
},
|
||||
"keywords": [
|
||||
"chrome-extension",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue