Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Use prepublish-only instead or prepublish script
Browse files Browse the repository at this point in the history
Fixes #129
  • Loading branch information
fregante committed Jun 22, 2017
1 parent 63cd77c commit c57d4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"watch:server": "browser-sync start --startPath demo --no-ghost-mode --reload-delay 300 --no-open --server --files 'dist/iphone-inline-video.js,demo/**'",
"watch:build": "onchange 'index.js' 'lib/*' -i -- npm-run-all --silent build:*",
"watch": "npm-run-all --parallel --silent watch:*",
"prepublish": "npm run build",
"version": "npm run build; git add dist",
"prepublish-only": "npm run build",
"version": "npm run build && git add dist",
"test": "npm run build"
},
"devDependencies": {
Expand Down

0 comments on commit c57d4e3

Please sign in to comment.