Skip to content

Commit

Permalink
fix(new version of package.json): new version without workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Torof committed Nov 8, 2024
1 parent 37f07d2 commit 4a8c07e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
"graph:deploy-base-sepolia": "cd subgraph && graph deploy --node https://api.studio.thegraph.com/deploy/ ldystaking-subgraph ./subgraph.yaml",
"graph:prepare-arbi-sepolia": "cd subgraph && mustache ./config/arbitrum-sepolia.json ./subgraph.template.yaml > ./subgraph.yaml",
"graph:deploy-arbi-sepolia": "cd subgraph && graph deploy ledgity-arbi-sepolia --version-label v0.0.1 ./subgraph.yaml --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key 4SaXil3Dh3K9O --ipfs https://ipfs.satsuma.xyz",
"prisma:generate": "prisma generate",
"build:frontend": "yarn workspace ledgity-yield-frontend build",
"build:all": "yarn prisma:generate && yarn build:frontend"
"prisma:generate": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.11",
Expand Down Expand Up @@ -94,7 +92,6 @@
"chartjs-adapter-luxon": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"commitizen": "^4.3.1",
"cookies-next": "^4.1.0",
"csstype": "^3.0.10",
"d3-format": "^3.1.0",
Expand Down Expand Up @@ -189,4 +186,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 4a8c07e

Please sign in to comment.