Skip to content

Commit dbec947

Browse files
keithamusCopilot
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Copilot <[email protected]>
1 parent 6ac4b3a commit dbec947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
cache: npm
20-
- run: npm run build
2120
- run: npm ci
21+
- run: npm run build
2222
- run: npm test
2323
- run: npm version ${TAG_NAME} --git-tag-version=false
2424
env:

0 commit comments

Comments
 (0)