Skip to content

Commit

Permalink
インストール時にビルドするように
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba committed Nov 15, 2023
1 parent 2fb0c8e commit 1e07167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
}
},
"scripts": {
"build": "tsc --build"
"build": "tsc --build",
"install": "npm run build"
},
"devDependencies": {
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 1e07167

Please sign in to comment.