Skip to content

Commit

Permalink
Revert “The Graph Docs x Nextra” (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Mar 23, 2023
1 parent 5255e8f commit 46e7d37
Show file tree
Hide file tree
Showing 26 changed files with 738 additions and 1,062 deletions.
File renamed without changes.
11 changes: 0 additions & 11 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v3

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 7.28.0

- name: Install dependencies
run: pnpm install

- name: Lint
run: pnpm lint

- name: Build Docker image
uses: docker/build-push-action@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ yarn-error.log*
.idea/

*/public/sitemap*.xml
.eslintcache
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"prettier": "^2.8.6",
"typescript": "5.0.2"
},
"pnpm": {
"overrides": {
"@types/react": "^17.0.52"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,mjs}": "eslint --fix",
"**/*.{js,jsx,ts,tsx,mjs,mdx,json}": "prettier --write"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
26 changes: 0 additions & 26 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 46e7d37

Please sign in to comment.