Skip to content

Commit

Permalink
Modify conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed May 2, 2024
1 parent 0a4aa0a commit b9b0d6b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9b0d6b

Please sign in to comment.