Skip to content

Commit

Permalink
feat(pipeline): added necessary steps in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow committed Jun 6, 2019
1 parent e264965 commit c7c3622
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
- run:
name: install
command: npm install
- run:
name: lint
command: npm run lint
- run:
name: build
command: npm run build
- run:
name: release
command: npm run semantic-release || true
command: npm run semantic-release

0 comments on commit c7c3622

Please sign in to comment.