Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Avdeev committed Dec 21, 2017
1 parent 5358a9b commit c2ea1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:

script:
- npm run test
- npm run build

after_success: 'npm run coveralls'

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"lint": "eslint --ignore-path .gitignore .",
"pretest": "npm run lint && npm run build && npm run size",
"test": "jest --coverage",
"test": "npm run lint && npm run build && npm run size && jest --coverage",
"test:watch": "jest --watchAll",
"prepublish": "npm test",
"prepublish": "npm run test",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": "[email protected]:avdeev/vanilla-sharing.git",
Expand Down

0 comments on commit c2ea1e4

Please sign in to comment.