Skip to content

Commit efdb23c

Browse files
committed
Patch NPM deploy step in CD
1 parent 4394805 commit efdb23c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CD.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
token: ${{ secrets.GH_TOKEN }}
3131

32+
- name: Build the components
33+
run: pnpm build:components
34+
3235
- uses: JS-DevTools/npm-publish@v1
3336
with:
3437
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)