We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad456d commit 141a463Copy full SHA for 141a463
.github/workflows/ci.yaml
@@ -30,9 +30,9 @@ jobs:
30
31
# Validate that the tests pass without the pnpm overrides that alter
32
# 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
+ # - run: cat package.json | jq 'del(.pnpm.overrides)' | tee package.json
+ # - run: pnpm install --no-frozen-lockfile
+ # - run: pnpm run test
36
37
# Validate that the prepublish hook works.
38
- run: pnpm run prepublish
0 commit comments