Skip to content

Commit 25217d8

Browse files
authored
Update publish.yml
1 parent aaa76f1 commit 25217d8

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
@@ -21,7 +21,6 @@ jobs:
2121
# Ensure npm 11.5.1 or later is installed
2222
- name: Update npm
2323
run: npm install -g npm@latest
24-
- run: npm ci
24+
- run: npm install
2525
- run: npm run build --if-present
26-
- run: npm test
2726
- run: npm publish

0 commit comments

Comments
 (0)