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 71374e7 commit 9187ea6Copy full SHA for 9187ea6
.github/workflows/release.yaml
@@ -17,7 +17,9 @@ jobs:
17
node-version: 21
18
- name: Install dependencies
19
run: npm install -g typescript && npm install
20
+ - name: Build
21
+ run: npm run build
22
- name: Publish release
- run: npm run build && npm publish --access public
23
+ run: npm publish --access public
24
env:
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments