Skip to content

Commit 0982170

Browse files
committed
chore: add steps for bulilding package
1 parent b1ca8ea commit 0982170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: npm install packages
2424
run: npm install
2525

26+
- name: build package
27+
run: npm run build
28+
2629
- name: build example
2730
run: npm run example:build
2831

0 commit comments

Comments
 (0)