We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4093cb7 commit 7801aa8Copy full SHA for 7801aa8
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install Dependencies
25
run: npm i
26
27
+ - name: Build
28
+ run: npm run build
29
+
30
- name: Create Release Pull Request or Publish to npm
31
uses: changesets/action@v1
32
with:
0 commit comments