Skip to content

Commit

Permalink
Switch prepublish to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rabinowitz committed Apr 1, 2019
1 parent 083e748 commit e4791ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:

before_install:
- yarn docker-boot

before_script:
- yarn build-emscripten

script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cover-view": "yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html",
"benchmark-node": "yarn rollup-benchmark-node && node dist/benchmark.node.js",
"benchmark-browser": "yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'",
"prepublish": "yarn dist",
"prepublishOnly": "yarn dist",
"prettier": "prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'"
},
"browser": {
Expand Down

0 comments on commit e4791ed

Please sign in to comment.