Skip to content

Commit

Permalink
Merge pull request #3 from rwillians/bugfix/empty-package
Browse files Browse the repository at this point in the history
Running build as on before_script
  • Loading branch information
rwillians authored Apr 5, 2019
2 parents 4a27a9f + 6253a54 commit 650a3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ cache:
directories:
- node_modules

script:
before_script:
- npm run build

script:
- npm run lint
- npm run test
- npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-rescue",
"version": "1.1.6",
"version": "1.1.7",
"description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 650a3c6

Please sign in to comment.