We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fc550 commit 05fe4c4Copy full SHA for 05fe4c4
package.json
@@ -25,9 +25,11 @@
25
"node": ">=14"
26
},
27
"scripts": {
28
+ "build": "ts-scripts build",
29
"format": "ts-scripts format",
30
"lint": "ts-scripts lint",
- "prepare": "ts-scripts install && ts-scripts build",
31
+ "prepare": "ts-scripts install",
32
+ "prepublishOnly": "npm run build",
33
"specs": "ts-scripts specs",
34
"test": "ts-scripts test"
35
0 commit comments