Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iamogbz/node-js-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed May 4, 2019
2 parents 08547f8 + 2bfaa37 commit 4773793
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 103 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
logo.ai
logo.xd
dist
lib
artifacts
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
name: commitlint
script: npm run commitlint
- name: test
script: jest --coverage --coverageReporters=text-lcov | coveralls
script:
- npm run test
- npm run coveralls
- name: build
script: npm run build
- stage: deploy
Expand Down
261 changes: 181 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4773793

Please sign in to comment.