Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
fix: build dist folder before npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 5, 2020
1 parent d61f51f commit b1b65a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ workflows:
- run:
name: Linting code 🧹
command: npm run lint
- run:
name: Build folder 🏗
command: npm run build

- cypress/run:
name: Test
Expand Down Expand Up @@ -53,6 +56,7 @@ workflows:
# into thinking this is NOT a pull request.
# (under the hood the module env-ci is used to check if this is a PR)
command: |
npm run build
CIRCLE_PR_NUMBER= \
CIRCLE_PULL_REQUEST= \
CI_PULL_REQUEST= \
Expand Down

0 comments on commit b1b65a9

Please sign in to comment.