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 05b1f24 commit 1a8177bCopy full SHA for 1a8177b
.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
- name: install deps
26
run: npm ci
27
+ - name: build
28
+ run: npm run build
29
- uses: JS-DevTools/npm-publish@v3
30
with:
31
token: ${{ secrets.NPM_TOKEN }}
0 commit comments