Skip to content

Commit

Permalink
fix(cli): ⚡ change script install
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Feb 22, 2023
1 parent b4b4650 commit 1c587d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --immutable --network-timeout 300000
run: pnpm install --frozen-lockfile

- name: Build Package
run: pnpm build:full
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --immutable --network-timeout 300000
run: pnpm install --frozen-lockfile

- name: Unit Tests
run: pnpm test
Expand All @@ -83,7 +83,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --immutable --network-timeout 300000
run: pnpm install --frozen-lockfile

- name: e2e Tests
run: pnpm test.e2e

0 comments on commit 1c587d8

Please sign in to comment.