fix update

This commit is contained in:
coopops
2026-07-19 07:55:49 +00:00
parent ed9b0879d5
commit 024d46ff64
2 changed files with 1 additions and 3 deletions
@@ -236,9 +236,7 @@ const goToCooperativeSite = () => {
flex-direction: column;
gap: 0.75rem;
padding: 1rem;
background: rgba(255, 255, 255, 0.5);
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
/* Адаптивность */
+1 -1
View File
@@ -54,7 +54,7 @@
"deploy": "lerna run deploy --scope @coopenomics/boot --",
"clear": "lerna run clear --scope @coopenomics/boot",
"enter": "lerna run run --scope @coopenomics/cleos",
"build:lib": "lerna run build --scope @coopenomics/factory --scope @coopenomics/cooptypes",
"build:lib": "lerna run build --scope @coopenomics/cooptypes --scope @coopenomics/factory --scope @coopenomics/inter",
"build:contracts:all": "lerna run build:all --scope @coopenomics/contracts",
"build:contract": "lerna run build:one --scope @coopenomics/contracts --",
"build:contracts:all:test": "lerna run build:all:test --scope @coopenomics/contracts",