Skip to content

Commit 88f144d

Browse files
committed
chore: use --cwd . in tests 4
1 parent 45a8830 commit 88f144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/test/fixtures/v5/with-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean",
1616
"build:netlify": "jest build.test.js",
17-
"preview": "netlify serve",
17+
"preview": "netlify serve --cwd .",
1818
"test": "run-s build:netlify test:e2e",
1919
"test:e2e": "start-server-and-test preview 8888 test:jest",
2020
"test:jest": "jest functions.test.js"

0 commit comments

Comments
 (0)