Skip to content

Commit

Permalink
fix(build): whac a mole
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Oct 26, 2023
1 parent a314fbf commit 2238f7e
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 20 deletions.
8 changes: 4 additions & 4 deletions defender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"@hypercerts-org/contracts": "0.8.11",
"@openzeppelin/defender-autotask-client": "^1.48.0",
"@openzeppelin/defender-autotask-utils": "^1.48.0",
"@openzeppelin/defender-base-client": "^1.48.0",
"@openzeppelin/defender-sentinel-client": "^1.48.0",
"@openzeppelin/defender-autotask-client": "1.50.0",
"@openzeppelin/defender-autotask-utils": "1.50.0",
"@openzeppelin/defender-base-client": "1.49.0",
"@openzeppelin/defender-sentinel-client": "1.49.0",
"@openzeppelin/merkle-tree": "^1.0.2",
"@supabase/supabase-js": "^2.4.1",
"axios": "^1.2.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "turbo run build --concurrency=1",
"build": "turbo run build --concurrency=100%",
"copy": "pnpm copy:frontend && pnpm copy:docs && pnpm copy:html",
"copy:docs": "mkdir -p ./build/docs/ && cp -r ./docs/build/* ./build/docs/",
"copy:frontend": "mkdir -p ./build/ && cp -r ./frontend/out/* ./build/ && cp ./frontend/_redirects ./build/",
Expand Down
103 changes: 88 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 2238f7e

Please sign in to comment.