Skip to content

Commit 141a463

Browse files
author
Mihail Brinza
committed
chore: comment out pnpm commands in CI configuration
1 parent aad456d commit 141a463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030

3131
# Validate that the tests pass without the pnpm overrides that alter
3232
# the intra-monorepo dependencies for local development.
33-
- run: cat package.json | jq 'del(.pnpm.overrides)' | tee package.json
34-
- run: pnpm install --no-frozen-lockfile
35-
- run: pnpm run test
33+
# - run: cat package.json | jq 'del(.pnpm.overrides)' | tee package.json
34+
# - run: pnpm install --no-frozen-lockfile
35+
# - run: pnpm run test
3636

3737
# Validate that the prepublish hook works.
3838
- run: pnpm run prepublish

0 commit comments

Comments
 (0)