Skip to content

Commit

Permalink
add prepublishScript
Browse files Browse the repository at this point in the history
  • Loading branch information
trapcodeio committed Nov 16, 2022
1 parent 3642225 commit 3b03907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "npx tsc -p tsconfig.json",
"watch": "npx tsc --watch",
"prepublishOnly": "npm run ts:build"
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/ejs": "^3.1.1",
Expand Down

0 comments on commit 3b03907

Please sign in to comment.