Skip to content

Commit

Permalink
fix: ignore prepublish when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Oct 19, 2017
1 parent 30e0da5 commit 1656e9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"generate": "nuxt generate",
"precommit": "lint-staged",
"heroku-postbuild": "yarn build",
"prepublish": "yarn lint && yarn test && yarn build:server",
"prepublishOnly": "yarn lint && yarn test && yarn build:server",
"release": "standard-version"
},
"ava": {
Expand Down Expand Up @@ -103,6 +103,7 @@
"webpack-node-externals": "^1.6.0"
},
"engines": {
"node": ">=7.6.0"
"node": ">=7.6.0",
"npm": ">=4.0.0"
}
}

0 comments on commit 1656e9f

Please sign in to comment.