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 73e010a commit cc6ee7cCopy full SHA for cc6ee7c
package.json
@@ -27,7 +27,7 @@
27
"test": "nyc mocha",
28
"prepare": "npm run build",
29
"docs": "typedoc src/gen/api",
30
- "prepack": "npm run build"
+ "postinstall": "npm run build"
31
},
32
"nyc": {
33
"include": [
0 commit comments