Skip to content

Commit 86e1d47

Browse files
authored
ci(components): fix github deploy action (#14935)
closes AUTH-331
1 parent d4bc2da commit 86e1d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/components-test-build-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
run: |
179179
npm config set cache ./.npm-cache
180180
yarn config set cache-folder ./.yarn-cache
181+
make setup-js
181182
- name: 'build typescript'
182183
run: make build-ts
183184
- name: 'build library'

0 commit comments

Comments
 (0)