Skip to content

Commit 272dbdd

Browse files
committed
fix: revert install script
1 parent 0f993d4 commit 272dbdd

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
@@ -9,7 +9,7 @@
99
"watch": "tsc -w",
1010
"build": "tsc",
1111
"prepublishOnly": "npm run build",
12-
"postinstall": "node download.js"
12+
"install": "node download.js"
1313
},
1414
"keywords": [],
1515
"author": "",

0 commit comments

Comments
 (0)