Skip to content

Commit 6af3b7b

Browse files
committed
Update publish.yml
1 parent 0ad2e7b commit 6af3b7b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: 'https://registry.npmjs.org/'
19-
cache: 'npm' # Adds caching for npm dependencies
19+
cache: 'npm'
2020

2121
- name: Install dependencies
22-
run: npm ci # Use npm ci for faster, more reliable builds
23-
24-
- name: Run tests
25-
run: npm test
22+
run: npm ci
2623

2724
- name: Publish to npm
2825
run: npm publish

0 commit comments

Comments
 (0)