Skip to content

Commit

Permalink
workflow file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Jan 9, 2025
1 parent df4137b commit 1830bfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
build-and-publish:
needs: test
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -21,7 +20,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: 'npm'
- run: npm install -g npm
- run: npm ci
- run: npm run build
- name: Publish package
Expand Down

0 comments on commit 1830bfc

Please sign in to comment.