Skip to content

Commit

Permalink
added platform/host-test in bootstrap.sh, updated mirrors-prettier hooks
Browse files Browse the repository at this point in the history
Change-Id: I8e536c3cc423ccfc344171f4a40f81b7b2e8c2ca
GitOrigin-RevId: f346b94272f68a2c39eb0cb21a20688f734af7d3
  • Loading branch information
drpiou authored and Copybara committed Jan 31, 2024
1 parent e5029fa commit a8f6d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ repos:
name: Run prettier on code written by humans
files: ^.*\.(js|jsx|cjs|mjs|ts|tsx|cts|mts|json|css|scss|md|toml|xml)$
exclude: (^.*/(plasmic|deps|static|\.yalc)/.*$)|(^loader-tests/data/.*\.json$)|(examples/hydrogen-.*)|(api/.*\.md$)
env:
NODE_OPTIONS: "--max-old-space-size=4096"
args: [NODE_OPTIONS=--max-old-space-size=4096]
# env:
# NODE_OPTIONS: "--max-old-space-size=4096"
additional_dependencies:
- [email protected]
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn install

# Some packages require running `yarn install` on their directory to
# build successfully.
for package in packages/loader-angular packages/react-web-runtime; do
for package in packages/loader-angular packages/react-web-runtime platform/host-test; do
pushd $package
yarn install
popd
Expand Down

0 comments on commit a8f6d33

Please sign in to comment.