Skip to content

Commit

Permalink
gh-actions - Change 'pnpm ci' to 'pnpm i' ('ci' command is implemente…
Browse files Browse the repository at this point in the history
…d, for pnpm, yet).
  • Loading branch information
elycruz committed Dec 30, 2023
1 parent d420e6e commit e48017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: pnpm ci
- run: pnpm i
- run: pnpm test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest

- run: chrome --version
- run: pnpm ci
- run: pnpm i
- run: cd packages/fjl && pnpm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit e48017b

Please sign in to comment.