Skip to content

Commit

Permalink
Fix generate CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Mar 20, 2024
1 parent 3d8e747 commit fb0d30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build:ssr": "npm run build:ssr-scripts && npm run build:ssr-client && npm run build:ssr-server",
"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 && node dist/static/scripts/exe-prerender.js",
"generate": "node dist/_scripts/exe-prerender.js",
"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:spa && npm run build:ssr && npm run build:static",
"start": "cross-env NODE_ENV=production node dist/ssr/scripts/server.prod.js",
"test:watch": "vitest",
Expand Down

0 comments on commit fb0d30c

Please sign in to comment.