-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added platform/host-test in bootstrap.sh, updated mirrors-prettier hooks
Change-Id: I8e536c3cc423ccfc344171f4a40f81b7b2e8c2ca GitOrigin-RevId: f346b94272f68a2c39eb0cb21a20688f734af7d3
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters