Skip to content

Commit

Permalink
chore(ci): add yarn timeout to prevent install errors (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Mar 22, 2021
1 parent b644cc9 commit ffdb9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"modal"
],
"scripts": {
"bootstrap": "yarn && yarn --cwd www",
"bootstrap": "yarn --network-timeout 100000 && yarn --cwd www --network-timeout 100000",
"build": "rimraf lib && 4c build src && yarn build:popper && yarn build:pick",
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
"build:popper": "rollup src/popper.ts --file lib/cjs/popper.js --format cjs --name popper --plugin @rollup/plugin-node-resolve",
Expand Down

0 comments on commit ffdb9c3

Please sign in to comment.