We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf580e commit 9dab621Copy full SHA for 9dab621
1 file changed
.github/workflows/build-release.yaml
@@ -25,5 +25,8 @@ jobs:
25
- name: Install dependencies
26
run: npm install
27
28
+ - name: Build package
29
+ run: npm build
30
+
31
- name: Publish package
32
run: npm publish --provenance --access public
0 commit comments