Skip to content

Commit

Permalink
Fix package.json (remove "pre" scripts) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Mar 22, 2024
1 parent c9ede8b commit 5a9de28
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"private": true,
"scripts": {
"codegen": "wagmi generate && graphql-codegen",
"build": "next build",
"dev": "next dev",
"build": "pnpm codegen && next build",
"dev": "pnpm codegen && next dev",
"ts": "tsc --noEmit --incremental --preserveWatchOutput --pretty",
"ts:watch": "pnpm ts -- --watch",
"prebuild": "pnpm codegen",
"predev": "pnpm codegen",
"preinstall": "npx only-allow pnpm",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 5a9de28

Please sign in to comment.