Skip to content

Commit

Permalink
use new prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Aug 30, 2022
1 parent c2e81c4 commit 37229dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
},
"scripts": {
"bundle-live-client": "node bin/bundle-livereload-client.js",
"prepublish": "npm run bundle-live-client",
"prepublishOnly": "npm run bundle-live-client",
"test": "standard && tape test/test*.js | tap-spec",
"live": "node example/live.js example/app.js:bundle.js --dir example -- -t [ babelify --presets [ es2015 ] ]",
"start": "node bin/cmd.js example/app.js:bundle.js --live -v --dir example -- -t [ babelify --presets [ es2015 ] ]",
Expand Down

0 comments on commit 37229dd

Please sign in to comment.