Skip to content

Commit 3b4d5ac

Browse files
committed
fix(package): run rollup command before publishing
1 parent d6d7b21 commit 3b4d5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
1010
"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",
1111
"lint": "tslint ./src/**.ts ./src/**/*.ts ./test/*.ts",
12-
"prepublish": "tsc",
12+
"prepublish": "tsc && npm run build",
1313
"rfc": "node chore/rfc",
1414
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1515
"test": "tsc && ava",

0 commit comments

Comments
 (0)