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

Commit b1b65a9

Browse files
committed
fix: build dist folder before npm release
1 parent d61f51f commit b1b65a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ workflows:
1717
- run:
1818
name: Linting code 🧹
1919
command: npm run lint
20+
- run:
21+
name: Build folder 🏗
22+
command: npm run build
2023

2124
- cypress/run:
2225
name: Test
@@ -53,6 +56,7 @@ workflows:
5356
# into thinking this is NOT a pull request.
5457
# (under the hood the module env-ci is used to check if this is a PR)
5558
command: |
59+
npm run build
5660
CIRCLE_PR_NUMBER= \
5761
CIRCLE_PULL_REQUEST= \
5862
CI_PULL_REQUEST= \

0 commit comments

Comments
 (0)