We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm build:release
npm publish
1 parent ba918d5 commit 545721dCopy full SHA for 545721d
1 file changed
‎package.json‎
@@ -41,6 +41,7 @@
41
"build": "tsc -d -p tsconfig.json",
42
"build:watch": "tsc -w -d -p tsconfig.json",
43
"build:release": "npm run clean && tsc -d -p tsconfig.release.json",
44
+ "prepublishOnly": "npm run build:release",
45
"check": "biome check",
46
"check:fix": "biome check --write",
47
"test": "vitest run unit",
0 commit comments