Skip to content

Commit 5e4b776

Browse files
committed
Bygger serveren i dev start scriptet
1 parent 2dee97b commit 5e4b776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:next": "next build",
88
"build:server": "npm run build --workspace server",
99
"start": "npm run start --workspace server",
10-
"dev": "cp .env.development .env && rm -fr .next && npm run start",
10+
"dev": "cp .env.development .env && rm -fr .next && npm run build:server && npm start",
1111
"dev-custom": "cp .env.development.local .env && npm start",
1212
"dev-server": "cp .env.prod-local.local .env && npm run dev --workspace server",
1313
"build-local": "cp .env.prod-local .env && npm run build",

0 commit comments

Comments
 (0)