Skip to content

Commit

Permalink
fixing production install
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchem committed Jan 10, 2016
1 parent fadabd2 commit 1567cdb
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 @@ -5,6 +5,7 @@ node_js:
- "5.1.0"
install:
- npm install
- npm run install-other-dependencies

after_script:
- npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dist"
],
"scripts": {
"postinstall": "node scripts/install-other-dependencies.js",
"install-other-dependencies": "node scripts/install-other-dependencies.js",
"clean": "node scripts/clean.js",
"build": "node scripts/build.js",
"build-release": "npm run build release",
Expand Down

0 comments on commit 1567cdb

Please sign in to comment.