Skip to content

Commit

Permalink
prebuild before build & dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 26, 2024
1 parent 08daef2 commit 57703f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "node prebuild.js && next dev",
"prebuild": "node prebuild.js",
"build": "next build",
"build": "node prebuild.js && next build",
"start": "next start",
"lint": "next lint",
"rm-next-cache": "rm -rf .next/cache",
Expand Down

0 comments on commit 57703f4

Please sign in to comment.