Skip to content

Commit

Permalink
chore: replace concurrently with start-server-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Oct 7, 2022
1 parent b00776c commit cc0b5fd
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 34 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"cypress": "concurrently --kill-others --names server,cypress \"pnpm dev\" \"cypress open\"",
"test": "concurrently --kill-others --names server,cypress \"pnpm dev\" \"cypress run\"",
"cypress": "start-server-and-test dev 5173 'cypress open'",
"test": "start-server-and-test dev 5173 'cypress run'",
"test:ci": "cypress run",
"build": "tsc && vite build",
"preview": "vite preview"
Expand All @@ -24,10 +24,10 @@
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.12",
"concurrently": "^7.4.0",
"cypress": "^10.8.0",
"cypress-vite": "workspace:*",
"postcss": "^8.4.16",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3",
"vite": "^3.1.3"
Expand Down
179 changes: 148 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc0b5fd

Please sign in to comment.