Skip to content

Commit

Permalink
build: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Aug 24, 2023
1 parent 2943d22 commit e122985
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 --frozen-lockfile
run: pnpm install --no-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 --frozen-lockfile
run: pnpm install --no-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 --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: e2e Tests
run: pnpm test.e2e
2 changes: 1 addition & 1 deletion .github/workflows/netlify-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Add netlify
run: pnpm install netlify-cli -w
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Add netlify
run: pnpm install netlify-cli -w
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: corepack enable

- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Build Package
run: pnpm build:full
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: git config --global user.email "leifer.contacto@gmail.com" && git config --global user.name "Leifer Mendez"

- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Set CHANGELOG
run: pnpm run release
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e122985

Please sign in to comment.