We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b644cc9 commit ffdb9c3Copy full SHA for ffdb9c3
package.json
@@ -29,7 +29,7 @@
29
"modal"
30
],
31
"scripts": {
32
- "bootstrap": "yarn && yarn --cwd www",
+ "bootstrap": "yarn --network-timeout 100000 && yarn --cwd www --network-timeout 100000",
33
"build": "rimraf lib && 4c build src && yarn build:popper && yarn build:pick",
34
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
35
"build:popper": "rollup src/popper.ts --file lib/cjs/popper.js --format cjs --name popper --plugin @rollup/plugin-node-resolve",
0 commit comments