Skip to content

Commit

Permalink
feat: add cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 10, 2024
1 parent 051b047 commit cf95bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"preview-server": "node ./dist/backend/main.js",
"preview-server": "cross-env NODE_ENV=production node ./dist/backend/main.js",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
Expand Down

0 comments on commit cf95bab

Please sign in to comment.