Skip to content

Commit

Permalink
Merge pull request #1271 from vellotis/restore-postinstall-script
Browse files Browse the repository at this point in the history
Fix Travis CI by restoring `postinstall` script in package.json
  • Loading branch information
rhys-vdw committed Jun 2, 2016
2 parents 89b888c + 382f2c4 commit 637ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"build": "babel -q -L -D ./src/ --out-dir ./lib/",
"lint": "eslint bookshelf.js src/",
"cover": "npm run lint && istanbul cover _mocha -- --check-leaks -t 5000 -b -R spec test/index.js",
"test": "npm run lint && mocha --check-leaks -t 5000 -b test/index.js",
"test": "npm run lint && npm run build && mocha --check-leaks -t 5000 -b test/index.js",
"jsdoc": "./scripts/jsdoc.sh"
},
"homepage": "http://bookshelfjs.org",
Expand Down

0 comments on commit 637ea90

Please sign in to comment.