We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb0c8e commit 1e07167Copy full SHA for 1e07167
1 file changed
package.json
@@ -20,7 +20,8 @@
20
}
21
},
22
"scripts": {
23
- "build": "tsc --build"
+ "build": "tsc --build",
24
+ "install": "npm run build"
25
26
"devDependencies": {
27
"ts-node": "^10.9.1",
0 commit comments