Skip to content

Commit a8f7e60

Browse files
committed
Update package.json
1 parent f6a0ac9 commit a8f7e60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TechStacks.Client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dev": "node server.js",
99
"dtos": "npx get-dtos ts",
1010
"generate-data": "node scripts/generate-static-data.mjs",
11-
"build": "next build && rm -rf ../TechStacks/wwwroot/ && cp -rf dist ../TechStacks/wwwroot && cp dist/_next/static/chunks/*.css ../TechStacks/wwwroot/css/app.css",
11+
"build": "next build",
12+
"copy-www": "rm -rf ../TechStacks/wwwroot/ && cp -rf dist ../TechStacks/wwwroot && cp dist/_next/static/chunks/*.css ../TechStacks/wwwroot/css/app.css",
1213
"build:prod": "next build",
1314
"start": "next start",
1415
"lint": "next lint",

0 commit comments

Comments
 (0)