Skip to content

Commit

Permalink
chore: use --cwd . in tests 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Oct 9, 2023
1 parent 45a8830 commit 88f144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/test/fixtures/v5/with-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"build:netlify": "jest build.test.js",
"preview": "netlify serve",
"preview": "netlify serve --cwd .",
"test": "run-s build:netlify test:e2e",
"test:e2e": "start-server-and-test preview 8888 test:jest",
"test:jest": "jest functions.test.js"
Expand Down

0 comments on commit 88f144d

Please sign in to comment.