Skip to content

Commit 0603518

Browse files
committed
fix: use postinstall script to show deprecation warning
1 parent f7ace71 commit 0603518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "atheck",
66
"license": "MIT",
77
"scripts": {
8-
"install": "node installScript.js",
8+
"postinstall": "node installScript.js",
99
"build": "npm run build:types && npm run build:js",
1010
"build:types": "tsc --emitDeclarationOnly --project ./src",
1111
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --ignore \"./**/*.spec.ts\",\"./**/*.spec.tsx\" --source-maps inline",

0 commit comments

Comments
 (0)