Skip to content

Commit 1e07167

Browse files
committed
インストール時にビルドするように
1 parent 2fb0c8e commit 1e07167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
},
2222
"scripts": {
23-
"build": "tsc --build"
23+
"build": "tsc --build",
24+
"install": "npm run build"
2425
},
2526
"devDependencies": {
2627
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)