We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ace71 commit 0603518Copy full SHA for 0603518
package.json
@@ -5,7 +5,7 @@
5
"author": "atheck",
6
"license": "MIT",
7
"scripts": {
8
- "install": "node installScript.js",
+ "postinstall": "node installScript.js",
9
"build": "npm run build:types && npm run build:js",
10
"build:types": "tsc --emitDeclarationOnly --project ./src",
11
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --ignore \"./**/*.spec.ts\",\"./**/*.spec.tsx\" --source-maps inline",
0 commit comments