Skip to content

Commit 8fe2110

Browse files
committed
fix: build pipeline script
1 parent 7ea628c commit 8fe2110

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
name: Configure NPM
6969
command: |
7070
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
71+
- run:
72+
name: Build
73+
command: |
74+
yarn build
7175
- run:
7276
name: Publish package
7377
command: npm publish --tag latest
@@ -85,6 +89,10 @@ jobs:
8589
name: Configure NPM
8690
command: |
8791
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
92+
- run:
93+
name: Build
94+
command: |
95+
yarn build
8896
- run:
8997
name: Publish package
9098
command: npm publish --tag beta

0 commit comments

Comments
 (0)