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 a6b0d4b commit ea3a4d1Copy full SHA for ea3a4d1
package.json
@@ -26,6 +26,7 @@
26
"watch": "tsc --watch",
27
"test": "nyc mocha",
28
"prepare": "npm run build",
29
+ "prepack": "npm run build",
30
"docs": "typedoc src/gen/api"
31
},
32
"nyc": {
0 commit comments