Move addon install to presetup

Fixes #4704
This commit is contained in:
Daniel Imms
2023-08-22 06:04:33 -07:00
parent 6f0a5c9f0c
commit ee33765932
+1 -1
View File
@@ -41,8 +41,8 @@
"test-unit-coverage": "node ./bin/test.js --coverage",
"test-unit-dev": "cross-env NODE_PATH='./out' mocha",
"build": "tsc -b ./tsconfig.all.json",
"presetup": "node ./bin/install-addons.js",
"setup": "npm run build",
"postinstall": "node ./bin/install-addons.js",
"postsetup": "npm run inwasm",
"prepublishOnly": "npm run package",
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",