Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnwbr committed Sep 19, 2023
1 parent d0edb24 commit a9b968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prebuild": "npm run prisma:generate",
"build": "npm-run-all build:next",
"build:next": "next build",
"build:next": "next build && rm -rf ./.next/cache",
"predev": "npm-run-all prisma:generate",
"dev": "doppler run --config dev -- next dev",
"format": "prettier --write .",
Expand Down

0 comments on commit a9b968f

Please sign in to comment.