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 320e58c commit 1a2aaa4Copy full SHA for 1a2aaa4
js/package.json
@@ -13,7 +13,7 @@
13
"clean": "node ./scripts/clean-generated-files.js",
14
"autogen-enums": "node ./scripts/generate-enums.js",
15
"autogen": "node ./scripts/generate-wrappers.js",
16
- "postinstall": "npm run autogen",
+ "prepublish": "npm run autogen",
17
"build": "webpack && node ./scripts/copy-three.js",
18
"test": "echo \"Error: no test specified\" && exit 1"
19
},
0 commit comments