From b9b0d6bb614101f21fc63f80e6bde96cd0f46756 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 2 May 2024 10:46:46 +0200 Subject: [PATCH] Modify conf --- apps/front/package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/front/package.json b/apps/front/package.json index 3e24007..a636f59 100644 --- a/apps/front/package.json +++ b/apps/front/package.json @@ -7,12 +7,7 @@ "dev": "node server.dev.js", "start": "cross-env NODE_ENV=production node dist/ssr/scripts/server.prod.js", "test:watch": "vitest", - "test": "vitest run", - "build:static-scripts": "vite build -c vite.static-scripts.config.ts", - "build:static-client": "vite build --outDir dist/static/client", - "build:static": "npm run build:static-scripts && npm run build:static-client && npm run generate", - "generate": "node dist/static/scripts/exe-prerender.js", - "build": "npm run build:static" + "test": "vitest run" }, "dependencies": { "@cher-ami/css-flat": "^1.0.1",