Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 25, 2024
1 parent 5185343 commit b4eeea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v3

- name: Compile
run: npm build
run: npm run build

publish:
needs: [ compile ]
Expand All @@ -32,7 +32,7 @@ jobs:
run: npm install

- name: Build
run: npm build
run: npm run build

- name: Publish to npm
run: |
Expand Down

0 comments on commit b4eeea9

Please sign in to comment.