Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Codehagen committed Jan 5, 2025
1 parent 886c7f5 commit 7879419
Show file tree
Hide file tree
Showing 3 changed files with 4,852 additions and 3,810 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: 📥 Install dependencies
run: pnpm install
run: |
pnpm install --frozen-lockfile
pnpm list ms @types/ms || pnpm add ms @types/ms
- name: 🚀 Build Registry
run: pnpm build:registry
run: |
NODE_ENV=production pnpm build:registry
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@radix-ui/react-tooltip": "^1.1.6",
"@types/canvas-confetti": "^1.9.0",
"@types/github-slugger": "^2.0.0",
"@types/ms": "^0.7.34",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -52,6 +53,7 @@
"github-slugger": "^2.0.0",
"input-otp": "^1.4.1",
"lucide-react": "^0.417.0",
"ms": "^2.1.3",
"nanoid": "^5.0.9",
"next": "14.2.7",
"next-themes": "^0.3.0",
Expand Down
Loading

0 comments on commit 7879419

Please sign in to comment.