We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ca8ea commit 0982170Copy full SHA for 0982170
1 file changed
.github/workflows/deploy-example.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: npm install packages
24
run: npm install
25
26
+ - name: build package
27
+ run: npm run build
28
+
29
- name: build example
30
run: npm run example:build
31
0 commit comments