diff --git a/package.json b/package.json index 852d10d9..71e6f0b9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -189,4 +186,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file