Skip to content

Commit a219b5d

Browse files
committed
prepublish script
1 parent 4d0d95b commit a219b5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"scripts": {
1111
"prepare": "husky install",
12+
"prepublishOnly": "npm run build",
1213
"prebuild": "node -e \"fs.rmSync('lib/', { recursive: true, force: true })\"",
1314
"build": "tsc",
1415
"format": "prettier --check ./**/*.[jt]s",

0 commit comments

Comments
 (0)