Skip to content

Commit

Permalink
Do not use postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Apr 1, 2015
1 parent 76aa7d5 commit d3f11d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 0.10
- 0.12
install: npm start
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONTRIBUTING
====

1. Fork.
2. Run `npm install`.
2. Run `npm start`.
3. Make your changes on the `src` folder.
4. Update tests.
5. Run `npm test`, make sure everything is okay.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"grunt-jscs": "^1.5.0"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install; ./node_modules/.bin/grunt githooks",
"start": "npm install && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt githooks",
"test": "./node_modules/.bin/grunt test"
}
}

0 comments on commit d3f11d6

Please sign in to comment.