Skip to content

Commit cd523c7

Browse files
temp disabled ci/cd
1 parent 4615caf commit cd523c7

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
node-version: 20.11.1
2121
cache: 'pnpm'
2222

23-
- run: pnpm install --frozen-lockfile
2423
- run: pnpm lint
2524
- run: pnpm build
2625
- run: pnpm typecheck

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
node-version: 20.11.1
2525
registry-url: 'https://registry.npmjs.org/'
2626

27-
- run: pnpm install --frozen-lockfile
2827
- run: pnpm build
2928
- 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 }}
29+
# - run: pnpm --filter react-virtualized-diff publish --access public --no-git-checks
30+
# env:
31+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)