Skip to content

Commit

Permalink
fix client CI try #8
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 9, 2024
1 parent 0f6036e commit ff4885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"check-types": "tsc -p tsconfig.json",
"lint": "eslint -c .eslintrc.js --ext .js,.jsx,.ts,.tsx --fix --ignore-path .eslintignore .",
"test": "start-server-and-test 'pnpm dev' 3000 'pnpm cypress:run'",
"test": "start-server-and-test 'pnpm build && pnpm start' 3000 'pnpm cypress:run'",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
Expand Down

0 comments on commit ff4885f

Please sign in to comment.