Skip to content

Commit 05fe4c4

Browse files
committed
Use prepublishOnly
1 parent f5fc550 commit 05fe4c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"node": ">=14"
2626
},
2727
"scripts": {
28+
"build": "ts-scripts build",
2829
"format": "ts-scripts format",
2930
"lint": "ts-scripts lint",
30-
"prepare": "ts-scripts install && ts-scripts build",
31+
"prepare": "ts-scripts install",
32+
"prepublishOnly": "npm run build",
3133
"specs": "ts-scripts specs",
3234
"test": "ts-scripts test"
3335
},

0 commit comments

Comments
 (0)