Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jankiny committed Aug 26, 2024
1 parent 81902e8 commit 52739bc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test
run: npm install

publish-npm:
needs: build
Expand All @@ -34,9 +31,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: npm ci

- name: Publish to npm
run: npm publish
Expand Down

0 comments on commit 52739bc

Please sign in to comment.