Skip to content

Commit

Permalink
ci: fix npm calls
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Feb 7, 2025
1 parent 500e27d commit 6f760da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
publish: npm release
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: npm ci

- name: Test the package
run: npm test
run: npm run test

- name: Compile the package
run: npm compile
run: npm run compile

0 comments on commit 6f760da

Please sign in to comment.