Skip to content

Commit b935e9a

Browse files
committed
Added a postinstall script to build TS code
1 parent a18572f commit b935e9a

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
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"dev": "tsc --watch",
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"lint": "eslint ."
11+
"lint": "eslint .",
12+
"postinstall": "npm run build"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)