There was an error while loading. Please reload this page.
1 parent 0397a8e commit 17a6076Copy full SHA for 17a6076
1 file changed
.github/workflows/publish.yml
@@ -64,6 +64,9 @@ jobs:
64
- name: Install dependencies
65
run: npm ci
66
67
+ - name: Build
68
+ run: npm run build
69
+
70
- name: Determine Dist Tag
71
id: dist
72
env:
0 commit comments