Skip to content

Commit 8da871e

Browse files
committed
Refactor GitHub Actions workflow to remove duplicate npm commands in release process
1 parent eda2f75 commit 8da871e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
node-version: "12"
2121
registry-url: "https://registry.npmjs.org"
2222

23+
- run: npm ci
24+
- run: npm test
2325
# Ensure npm 11.5.1 or later is installed
2426
- name: Update npm
2527
run: npm install -g npm@latest
26-
- run: npm ci
27-
- run: npm test
2828
- run: npm publish

0 commit comments

Comments
 (0)