Skip to content

Commit 3b03907

Browse files
committed
add prepublishScript
1 parent 3642225 commit 3b03907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "npx tsc -p tsconfig.json",
1313
"watch": "npx tsc --watch",
14-
"prepublishOnly": "npm run ts:build"
14+
"prepublishOnly": "npm run build"
1515
},
1616
"devDependencies": {
1717
"@types/ejs": "^3.1.1",

0 commit comments

Comments
 (0)