Skip to content

Commit

Permalink
fix: vercel deployment linking from github (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Mar 19, 2024
1 parent 283190e commit 892d229
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 80 deletions.
66 changes: 0 additions & 66 deletions .vercelignore

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@
"next:build": "yarn workspace @se-2/nextjs build",
"postinstall": "husky install",
"precommit": "lint-staged",
"vercel": "vercel",
"vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"
"vercel": "yarn workspace @se-2/nextjs vercel",
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo"
},
"packageManager": "yarn@3.2.3",
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"next": "^14.0.4",
"vercel": "^32.4.1"
"lint-staged": "^13.0.3"
}
}
1 change: 1 addition & 0 deletions packages/nextjs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ yarn-error.log*

# typescript
*.tsbuildinfo
.vercel
3 changes: 2 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"prettier": "^2.8.4",
"tailwindcss": "^3.3.3",
"type-fest": "^4.6.0",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"vercel": "^32.4.1"
}
}
3 changes: 3 additions & 0 deletions packages/nextjs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"installCommand": "yarn install"
}
6 changes: 0 additions & 6 deletions vercel.json

This file was deleted.

3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,7 @@ __metadata:
typescript: ^5.1.6
use-debounce: ^8.0.4
usehooks-ts: ^2.13.0
vercel: ^32.4.1
viem: 1.19.9
wagmi: 1.4.12
zustand: ^4.1.2
Expand Down Expand Up @@ -12273,8 +12274,6 @@ __metadata:
dependencies:
husky: ^8.0.1
lint-staged: ^13.0.3
next: ^14.0.4
vercel: ^32.4.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 892d229

Please sign in to comment.