Skip to content

Commit 1d956c2

Browse files
piehrenovate[bot]
andauthored
fix(deps): update dependency @netlify/ipx to ^1.4.5 (#676)
* chore: fix tests setup * fix(deps): update dependency @netlify/ipx to ^1.4.5 * chore: use --cwd . in tests * chore: use --cwd . in tests 2 * chore: use --cwd . in tests 3 * chore: use stable v5 with adapters * chore: pre-adapter fixtures * chore: use --cwd . in tests 4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a7968f commit 1d956c2

File tree

13 files changed

+994
-202
lines changed

13 files changed

+994
-202
lines changed

Diff for: demo-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"build": "gatsby -v && gatsby build && ls -l .cache public",
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean && rm -rf .netlify/cache .netlify/functions*",
16-
"build:netlify": "netlify build --offline",
17-
"preview": "netlify dev --offline",
16+
"build:netlify": "netlify build --offline --cwd .",
17+
"preview": "netlify dev --offline --cwd .",
1818
"test": "run-s build:netlify test:e2e",
1919
"test:e2e": "start-server-and-test preview 8888 test:jest",
2020
"test:jest": "jest"

Diff for: demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"build": "gatsby -v && gatsby build && ls -l .cache public",
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean && rm -rf .netlify/cache .netlify/functions*",
16-
"build:netlify": "netlify build --offline",
17-
"preview": "netlify dev --offline",
16+
"build:netlify": "netlify build --offline --cwd .",
17+
"preview": "netlify dev --offline --cwd .",
1818
"test": "run-s build:netlify test:e2e",
1919
"test:e2e": "start-server-and-test preview 8888 test:jest",
2020
"test:jest": "jest"

0 commit comments

Comments
 (0)