Skip to content

Commit 6794ab0

Browse files
author
Dimitri POSTOLOV
authored
Revert "Revert “The Graph Docs x Nextra”" (#332)
1 parent 1e53977 commit 6794ab0

25 files changed

+1026
-743
lines changed

.github/workflows/ci-cd-pull-request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ jobs:
1818
- name: Checkout the repo
1919
uses: actions/checkout@v3
2020

21+
- name: Set up pnpm
22+
uses: pnpm/action-setup@v2
23+
with:
24+
version: 7.28.0
25+
26+
- name: Install dependencies
27+
run: pnpm install
28+
29+
- name: Lint
30+
run: pnpm lint
31+
2132
- name: Build Docker image
2233
uses: docker/build-push-action@v4
2334
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ yarn-error.log*
4040
.idea/
4141

4242
*/public/sitemap*.xml
43+
.eslintcache

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"prettier": "^2.8.6",
2828
"typescript": "5.0.2"
2929
},
30-
"pnpm": {
31-
"overrides": {
32-
"@types/react": "^17.0.52"
33-
}
34-
},
3530
"lint-staged": {
3631
"**/*.{js,jsx,ts,tsx,mjs}": "eslint --fix",
3732
"**/*.{js,jsx,ts,tsx,mjs,mdx,json}": "prettier --write"

0 commit comments

Comments
 (0)