Skip to content

Commit

Permalink
chore: fix type in prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jan 12, 2017
1 parent ba1d469 commit d5de337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"postbuild": "npm run bundle",
"bundle": "rollup -c",
"clean": "rimraf build/* coverage/*",
"prepublishs": "npm run clean && npm run build",
"prepublish": "npm run clean && npm run build",
"commitmsg": "validate-commit-msg"
},
"peerDependencies": {
Expand Down

0 comments on commit d5de337

Please sign in to comment.