Skip to content

Commit e9c6044

Browse files
naman79820github-actions
andauthored
Fix/specify pnpm version (#259)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 7639b28 commit e9c6044

154 files changed

Lines changed: 2199 additions & 31502 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,24 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@v6
2323

24-
- name: Setup pnpm
25-
uses: pnpm/action-setup@v4
26-
2724
- name: Setup Node.js
2825
uses: actions/setup-node@v4
2926
with:
3027
node-version: 22
3128
registry-url: https://registry.npmjs.org
32-
cache: pnpm
3329

34-
- run: pnpm install --frozen-lockfile
30+
- run: npm ci
3531

3632
- name: Build Package
37-
run: pnpm build:packages
33+
run: npm run build:packages
3834

3935
- name: Create Release Pull Request or Publish to GitHub Packages
4036
id: changesets
4137
uses: changesets/action@v1
4238
with:
43-
version: pnpm changeset version
44-
publish: pnpm changeset publish
39+
version: npx changeset version
40+
publish: npx changeset publish
4541
commit: "chore: version packages"
4642
title: "chore: version packages"
4743
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

apps/leaderboard-web/.gitignore

Lines changed: 0 additions & 65 deletions
This file was deleted.

apps/leaderboard-web/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/leaderboard-web/app/ThemeSelector.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)