Skip to content

Commit

Permalink
fix node_env for cypress prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hall-skylight committed Oct 18, 2024
1 parent 48b286c commit c03760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run-local": "cp ./cypress/assets/data.sql ./seed-scripts/sql && docker compose --env-file .env.test up db -d && concurrently --kill-others 'npm run dev' 'npx wait-on http://localhost:3000 && NODE_ENV=dev cypress run ; docker compose down && rm ./seed-scripts/sql/data.sql'",
"cypress:run-prod": "NODE_ENV=prod cypress run"
"cypress:run-prod": "NODE_ENV=production cypress run"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.621.0",
Expand Down

0 comments on commit c03760a

Please sign in to comment.