Skip to content

Commit

Permalink
fix(ci): Update lockfiles and e2e script to resolve build issues (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Aug 20, 2024
1 parent 04b0997 commit 3117b83
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 161 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname "$0")

source ../../../.env

(cd ../../../editor.planx.uk && pnpm install && REACT_APP_ENV=test pnpm build)
(cd ../../../editor.planx.uk && pnpm install --frozen-lockfile && REACT_APP_ENV=test pnpm build)

if [ -z "${CI}" ]; then
echo "Please make sure you have Chrome installed on this machine."
Expand Down
1 change: 1 addition & 0 deletions editor.planx.uk/docs/adding-a-new-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ function isTypeForBopsPayload(type?: TYPES) {
}
}
```

6 changes: 2 additions & 4 deletions editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,9 @@
},
"pnpm": {
"overrides": {
"nth-check@<2.0.1": ">=2.0.1",
"postcss@<8.4.31": ">=8.4.31",
"follow-redirects@<1.15.4": ">=1.15.4",
"braces@<3.0.3": ">=3.0.3",
"fast-loops@<1.1.4": ">=1.1.4"
"nth-check@<2.0.1": ">=2.0.1",
"braces@<3.0.3": ">=3.0.3"
}
}
}
Loading

0 comments on commit 3117b83

Please sign in to comment.