Skip to content

Commit ffdb9c3

Browse files
authored
chore(ci): add yarn timeout to prevent install errors (#932)
1 parent b644cc9 commit ffdb9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"modal"
3030
],
3131
"scripts": {
32-
"bootstrap": "yarn && yarn --cwd www",
32+
"bootstrap": "yarn --network-timeout 100000 && yarn --cwd www --network-timeout 100000",
3333
"build": "rimraf lib && 4c build src && yarn build:popper && yarn build:pick",
3434
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
3535
"build:popper": "rollup src/popper.ts --file lib/cjs/popper.js --format cjs --name popper --plugin @rollup/plugin-node-resolve",

0 commit comments

Comments
 (0)