We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce59c46 commit 5248e8fCopy full SHA for 5248e8f
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
- name: Install dependencies
23
run: npm install
24
+ - name: Build package
25
+ run: npm run build
26
- name: Release
27
env:
28
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments