Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Jan 9, 2025
1 parent 119f2c4 commit 0abbe16
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 @@ -7,7 +7,7 @@
"dev:local-env": "GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true vite dev",
"local-env:start": "docker compose -f ./docker/env.docker-compose.yml -f ./docker/env-ports-exposed.docker-compose.yml up --build --always-recreate-deps --force-recreate -V",
"local-env:stop": "docker compose -f ./docker/env.docker-compose.yml -f ./docker/env-ports-exposed.docker-compose.yml down",
"build": "vite build",
"build": "env && vite build",
"build:e2e": "PUBLIC_BASE_URL=http://localhost:3001 GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true npm run build",
"preview": "vite preview",
"test:e2e": "PUBLIC_BASE_URL=http://localhost:3001 GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true vitest run e2e",
Expand Down

0 comments on commit 0abbe16

Please sign in to comment.