Skip to content

Commit

Permalink
test(ci): pass ci
Browse files Browse the repository at this point in the history
(chore: fix "ESOCKETTIMEDOUT" error when yarn install packages in ci

refer to:
yarnpkg/yarn#6115
https://azureossd.github.io/2022/09/10/fix-yarn-ESOCKETTIMEDOUT-with-.yarnrc-configuration-file/
)
  • Loading branch information
yyc-git committed Dec 25, 2023
1 parent 852d4df commit b69e722
Show file tree
Hide file tree
Showing 667 changed files with 460 additions and 119 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 600000
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
httpTimeout: 600000
2 changes: 1 addition & 1 deletion contributes/meta3d-ui-control-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"watch": "tsc -w -noEmit",
"webpack": "webpack --config webpack.config.js",
"test:ci": "tsc --build --clean && jest --maxWorkers=4 --config jest.json",
"test:ci": "tsc --build --clean && jest --maxWorkers=4 --config jest.json && tsc --build",
"meta3d:publish_dev_auto": "yarn version --patch --no-git-tag-version && yarn meta3d:publish_dev",
"meta3d:publish_dev": "cross-env NODE_ENV=development npm run webpack && gulp publish_local_env",
"meta3d:publish_pro": "cross-env NODE_ENV=production npm run webpack && gulp publish_production_env"
Expand Down
123 changes: 123 additions & 0 deletions contributes/meta3d-ui-control-tree/src/Main.js

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

1 change: 1 addition & 0 deletions contributes/meta3d-ui-control-tree/src/Main.js.map

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

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

Loading

0 comments on commit b69e722

Please sign in to comment.