Skip to content

Commit

Permalink
Merge pull request #59 from open-rpc/fix/build-before-release
Browse files Browse the repository at this point in the history
fix: build before releasing
  • Loading branch information
BelfordZ authored Mar 19, 2019
2 parents 6ad0d0c + 8636033 commit 69ca0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- checkout
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm run build
- run: npx semantic-release
- save_cache: *save-deps-cache

Expand Down

0 comments on commit 69ca0c5

Please sign in to comment.