Skip to content

Commit

Permalink
Merge pull request #308 from geoadmin/bug-BGDIINF_SB-2671-deploy-int
Browse files Browse the repository at this point in the history
BGDIINF_SB-2671: Fixed test:e2e:ci:int
  • Loading branch information
ltshb authored Nov 23, 2022
2 parents e490a18 + 4abb4aa commit b06a211
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 @@ -6,7 +6,7 @@
"dev": "vite --port 8080",
"preview": "npm run build:prod && vite preview --port 8080 --outDir dist/production",
"preview:dev": "npm run build:dev && vite preview --port 8080 --outDir dist/development",
"preview:int": "npm run build:int && vite preview --port 8080 --outDir dist/development",
"preview:int": "npm run build:int && vite preview --port 8080 --outDir dist/integration",
"test:unit": "vitest --run --environment jsdom",
"test:unit:watch": "vitest --environment jsdom",
"test:e2e": "start-server-and-test dev 8080 'cypress open'",
Expand Down

0 comments on commit b06a211

Please sign in to comment.