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 d6d7b21 commit 3b4d5acCopy full SHA for 3b4d5ac
package.json
@@ -9,7 +9,7 @@
9
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
10
"hydra": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm chore/benchmark.js",
11
"lint": "tslint ./src/**.ts ./src/**/*.ts ./test/*.ts",
12
- "prepublish": "tsc",
+ "prepublish": "tsc && npm run build",
13
"rfc": "node chore/rfc",
14
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
15
"test": "tsc && ava",
0 commit comments