We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4615caf commit cd523c7Copy full SHA for cd523c7
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
node-version: 20.11.1
21
cache: 'pnpm'
22
23
- - run: pnpm install --frozen-lockfile
24
- run: pnpm lint
25
- run: pnpm build
26
- run: pnpm typecheck
.github/workflows/release.yml
@@ -24,9 +24,8 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
27
28
29
- run: pnpm test
30
- - run: pnpm --filter react-virtualized-diff publish --access public --no-git-checks
31
- env:
32
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # - run: pnpm --filter react-virtualized-diff publish --access public --no-git-checks
+ # env:
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments