Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyplay committed Jan 13, 2025
1 parent 866f655 commit 09fc74b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "pnpm install --no-frozen-lockfile && next build",
"start": "next start"
},
"repository": {
Expand All @@ -21,7 +21,6 @@
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"or": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 09fc74b

Please sign in to comment.