We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a0ac9 commit a8f7e60Copy full SHA for a8f7e60
1 file changed
TechStacks.Client/package.json
@@ -8,7 +8,8 @@
8
"dev": "node server.js",
9
"dtos": "npx get-dtos ts",
10
"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",
+ "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",
13
"build:prod": "next build",
14
"start": "next start",
15
"lint": "next lint",
0 commit comments