Skip to content

Commit

Permalink
Build: Remove npm prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Willis authored and leobalter committed Dec 7, 2016
1 parent 990c698 commit da70f9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -51,10 +51,9 @@
"rollup-plugin-babel": "2.6.1"
},
"scripts": {
"browserstack": "sh build/run-browserstack.sh",
"browserstack": "grunt build && sh build/run-browserstack.sh",
"build": "grunt build",
"test": "grunt test",
"prepublish": "grunt build"
"test": "grunt"
},
"commitplease": {
"components": [
Expand Down

0 comments on commit da70f9d

Please sign in to comment.