Skip to content

Commit

Permalink
Merge pull request #1122 from dpc-sdp/feature/fix-cypress-local
Browse files Browse the repository at this point in the history
chore: remove mockserver from cypress test local run
  • Loading branch information
dylankelly authored Apr 19, 2024
2 parents a97df7d + a084eec commit b50bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sdp_version": "6.6.6",
"scripts": {
"dev": "nuxt dev",
"dev:mock": "NUXT_PUBLIC_API_URL=http://localhost:3001 API_PORT=3001 concurrently 'pnpm mockserver' 'pnpm dev'",
"dev:mock": "NUXT_PUBLIC_API_URL=http://localhost:3001 API_PORT=3001 pnpm dev",
"build": "nuxi build",
"preview": "nuxi preview",
"compile": "tsc --build",
Expand Down

0 comments on commit b50bf80

Please sign in to comment.