Skip to content

Commit

Permalink
align with vike core copy
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 14, 2025
1 parent 1ff5f42 commit 97ae47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/express-react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"dev": "vike dev",
"build": "vike build",
"prod": "cross-env NODE_ENV=production node dist/server/index.mjs"
"prod": "vike build && cross-env NODE_ENV=production node dist/server/index.mjs"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
Expand Down

0 comments on commit 97ae47f

Please sign in to comment.