Skip to content

Commit a3ec589

Browse files
committed
fix: update build script
1 parent ceacb38 commit a3ec589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/**/*"
99
],
1010
"scripts": {
11-
"build": "npm run write-version && tsc",
11+
"build": "tsc",
1212
"clean": "rm -rf ./lib/",
1313
"semantic-release": "semantic-release",
1414
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)