Skip to content

Commit

Permalink
chore(repo): Fix nextjs playground script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Mar 5, 2024
1 parent 5ab2d5b commit afd221e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
"private": true,
"scripts": {
"dev:yalc": "npm run yalc && rm -rf .next && next dev --port 4011",
"yalc": "yalc add -- @clerk/nextjs @clerk/clerk-react @clerk/backend @clerk/types @clerk/shared",
"yalc": "yalc add @clerk/nextjs @clerk/clerk-react @clerk/backend @clerk/types @clerk/shared",
"dev": "rm -rf .next && next dev --port 4011",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/backend": "file:.yalc/@clerk/backend",
"@clerk/clerk-react": "file:.yalc/@clerk/clerk-react",
"@clerk/clerk-sdk-node": "file:.yalc/@clerk/clerk-sdk-node",
"@clerk/nextjs": "file:.yalc/@clerk/nextjs",
"@clerk/shared": "file:.yalc/@clerk/shared",
"@clerk/themes": "file:.yalc/@clerk/themes",
"@clerk/types": "file:.yalc/@clerk/types",
"@clerk/nextjs": "beta",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit afd221e

Please sign in to comment.