add network concurrency for vercel builds
prettier ignore .vercel
This commit is contained in:
parent
2ea326cbe8
commit
1f1c10134e
|
@ -1,5 +1,6 @@
|
|||
node_modules
|
||||
.next
|
||||
.vercel
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
public
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"setup": "yarn install && npx yarn-deduplicate && yarn allow-scripts && yarn bigint-fix",
|
||||
"setup": "yarn install --network-concurrency 1 && npx yarn-deduplicate && yarn allow-scripts && yarn bigint-fix",
|
||||
"ci": "yarn install --frozen-lockfile --network-concurrency 1 --color=always && yarn allow-scripts && yarn bigint-fix",
|
||||
"ci-dupe-check": "npx yarn-deduplicate --list --fail",
|
||||
"bigint-fix": "cd node_modules/bigint-buffer && yarn rebuild && cd ../../",
|
||||
|
|
Loading…
Reference in New Issue