We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd30c91 + 06d6b46 commit 06c3a96Copy full SHA for 06c3a96
1 file changed
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
node-version: 20.x
48
cache: "npm"
49
- run: npm ci
50
+ - run: npm build
51
- name: Publish new version
52
env:
53
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments