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 c487acb commit eb8be19Copy full SHA for eb8be19
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
node-version: 'lts/*'
20
- name: Install dependencies
21
run: npm ci
22
+ - name: Build
23
+ run: npm run build
24
- name: Release
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments