Skip to content

Commit

Permalink
fix: remove bower install as postinstall action
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed Apr 28, 2017
1 parent ebe9cd7 commit 81a8804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ env:
# SAUCE_ACCESS_KEY
- secure: "B3ZilHiNjOHxNvO/813QFTkWTjmkMiEKgnpdECG+XKR0+D10RnmIFoWj/h9H4ae5ky9UdNH7s9Wh1mu7C6mkBNn0w6bLdnT+dBuMwuJ7x09u+B/4MQ6BhHyVJZLp0cJatfYFMrMEJO2D5SnvtdSJfDEgSUagWAokdJCGNvg4hdj+A28hmXZIVyojhb41B5KKVZmxgX94p16SONjwzkejfkJm87L0MiXMtAb/njXhxeAJGvJGojBUXK5k9xFy1beQn+lhUki43X/O8Q73VNAG7WKQb54VOfOclfrd5xCOBNdnDm5ZzzHt8fOD3gU1fZXuFAMlqnmuNulSxPFDGTYWlrJ9JqbhzX+o2a5TKaPaXjCnjCnL90rL/0ld875NYm88za0Y8NFBdYVDHGLtrKPYsfqjWaofIMnVYo/ieVVyGRFj5fj2m8XrK0yCPF/UfUELuXJdw8hJI7/Z/WKs+wS3w6SqEFw05ylyEZmiMj4AleLyb/a88TqM7DtruBlFPJoYxw1aevtrVpUuJLrPi69woDflWtKfoZxBcRiZyPaf+of7MOVlQq87gyiPTOhiNCMf+9Oy8MXZSK5lsRCy1AS7rkWnSTn5YHrkly+EAuajOe4yr9ekOGAmc3IDfR86z7ERNx5JoLi1koA3NuiAyu1reYloJgjaByc+Y+zqdZq9On0="
script:
- npm run bower
- npm run test
- npm run test:es5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"url": "https://github.com/hotforfeature/origami/issues"
},
"scripts": {
"postinstall": "bower install",
"clean": "rimraf lib/ coverage/ test/build/",
"lint": "tslint --project tsconfig.lint.json",
"bower": "bower install",
"test": "karma start",
"test:watch": "karma start --auto-watch --no-single-run",
"pretest:es5": "cd test && polymer build",
Expand Down

0 comments on commit 81a8804

Please sign in to comment.