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 8de2161 commit fc9ad99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"license": "MIT",
"private": false,
"scripts": {
"ts:build": "npx tsc -p tsconfig.json",
"ts:watch": "npx tsc --watch"
"build": "npx tsc -p tsconfig.json",
"watch": "npx tsc --watch",
"prepublishOnly": "npm run ts:build"
},
"devDependencies": {
"@types/ejs": "^3.1.1",
Expand Down

0 comments on commit fc9ad99

Please sign in to comment.