Skip to content

Commit

Permalink
fix: fixing build command
Browse files Browse the repository at this point in the history
  • Loading branch information
demmorou committed May 11, 2024
1 parent d6f3fdf commit 2da1e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: pnpm -F eslint-config i

- name: Build eslint-config
run: pnpm eslint-config build
run: pnpm -F eslint-config build

- name: Publish eslint-config
run: pnpm eslint-config publish --no-git-check
run: pnpm -F eslint-config publish --no-git-check
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2da1e9d

Please sign in to comment.