Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/tests/pnpm-package-manager/pnpm-lock.yaml
**/tests/pnpm/pnpm-lock.yaml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ USER ${UID}:${GID}
ENV RUN_LOCAL=true
ENV USE_FIND_ALGORITHM=true
ENV LOG_LEVEL=WARN
ENV LOG_FILE="../logs"
ENV LOG_FILE="/github/home/logs"
151 changes: 67 additions & 84 deletions tests/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^20.7.2",
"nx": "^21.0.0",
"prettier": "^3.5.3",
"storybook": "^8.6.12"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/pnpm-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^20.7.2",
"nx": "^21.0.0",
"prettier": "^3.5.3",
"storybook": "^8.6.12"
},
Expand Down
Loading
Loading