We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5192ad commit 39286b1Copy full SHA for 39286b1
1 file changed
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
node-version: 20.x
54
cache: 'npm'
55
- run: npm ci
56
+ - run: npm run build
57
- name: Publish new version
58
env:
59
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments