Skip to content

Commit

Permalink
chore: use prebulishOnly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Feb 24, 2018
1 parent 1035a85 commit 1d4207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"scripts": {
"build": "rollup -c",
"lint-staged": "lint-staged",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"lint-staged": {
"src/**.js": [
Expand Down

0 comments on commit 1d4207e

Please sign in to comment.