We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ecfc6 commit fc3aa42Copy full SHA for fc3aa42
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha --compilers ts:ts-node/register",
8
- "postinstal": "npm run tsc",
+ "postinstall": "npm run tsc",
9
"tsc": "tsc",
10
"tscw": "tsc -w"
11
},
0 commit comments