Skip to content

Commit

Permalink
remove graphql stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Apr 12, 2024
1 parent e5ee956 commit b2ffa5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: 🔬 Lint
run: pnpm run lint:strict

- name: 📦 Generate Code
run: pnpm run codegen

- name: 🔎 Type check
run: pnpm run typecheck

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen -r ts-node/register",
"watch": "graphql-codegen -w",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit b2ffa5f

Please sign in to comment.