Skip to content

Commit 545721d

Browse files
committed
chore: 🤖 make sure to do npm build:release before do npm publish
1 parent ba918d5 commit 545721d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"build": "tsc -d -p tsconfig.json",
4242
"build:watch": "tsc -w -d -p tsconfig.json",
4343
"build:release": "npm run clean && tsc -d -p tsconfig.release.json",
44+
"prepublishOnly": "npm run build:release",
4445
"check": "biome check",
4546
"check:fix": "biome check --write",
4647
"test": "vitest run unit",

0 commit comments

Comments
 (0)