Skip to content

Commit 5bf72a7

Browse files
authored
fix: run build once in publish (#155)
1 parent 14b6607 commit 5bf72a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
node-version: 22.x
3838
registry-url: 'https://registry.npmjs.org'
3939
cache: 'npm'
40+
- run: npm i -g npm@latest
4041
- run: npm ci --ignore-scripts
41-
- name: Build
42-
run: npm run build
4342
- run: npm version ${TAG_NAME} --git-tag-version=false
4443
env:
4544
TAG_NAME: ${{ github.ref_name }}

0 commit comments

Comments
 (0)