We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dcd10 commit 130d5a1Copy full SHA for 130d5a1
1 file changed
.github/workflows/publish.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Install dependencies
28
run: npm ci
29
30
+ - name: Build packages
31
+ run: npm run build
32
+
33
- name: Publish to npm
34
run: npm publish
35
env:
0 commit comments