Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: add missing workflows to circleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 12, 2019
1 parent c886d7f commit e4b8a07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
# Hoisting will cache some of the packages, but rest needs to be installed separtely
name: install-package-dependencies-after-cache
command: npm run bootstrap
- run:
name: run-build
command: npm run build
- run:
name: run lint
command: npm run lint
Expand All @@ -53,6 +50,7 @@ jobs:
- run: TAG=$CIRCLE_TAG npm run release:validate
- run: TAG=$CIRCLE_TAG npm run publish

workflows:
version: 2
build_and_release:
jobs:
Expand Down

0 comments on commit e4b8a07

Please sign in to comment.