Skip to content

Commit

Permalink
Try waiting for preview server
Browse files Browse the repository at this point in the history
  • Loading branch information
gethinwebster committed Jun 12, 2024
1 parent 9b26cbb commit e541c2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"prepare": "husky install",
"test:unit": "vitest run --config vite.config.unit.mjs",
"test:functional": "run-p -r preview test:functional:vitest",
"test:functional:vitest": "vitest run --config vite.config.e2e-functional.mjs",
"test:functional:vitest": "delay 1 && vitest run --config vite.config.e2e-functional.mjs",
"test:visual": "run-p -r preview test:visual:vitest",
"test:visual:vitest": "vitest run --config vite.config.e2e-visual.mjs",
"test:visual:vitest": "delay 1 && vitest run --config vite.config.e2e-visual.mjs",
"test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
"test": "run-s lint test:unit test:functional",
Expand Down Expand Up @@ -74,6 +74,7 @@
"@vitest/coverage-v8": "^1.4.0",
"chokidar-cli": "^3.0.0",
"deep-freeze-es6": "^1.4.1",
"delay-cli": "^2.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-header": "^3.1.1",
Expand Down

0 comments on commit e541c2b

Please sign in to comment.