Skip to content

Commit 6ec028c

Browse files
committed
feat: add vercel -g
1 parent c75c0d0 commit 6ec028c

File tree

3 files changed

+40
-1321
lines changed

3 files changed

+40
-1321
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- name: Setup Tools
6262
if: steps.should_deploy.outputs.should_deploy == 'true'
6363
uses: ./.github/actions/setup
64+
- name: Install Vercel CLI
65+
run: npm install -g vercel@22.0.1
6466
- name: Deploy to Vercel Action
6567
if: steps.should_deploy.outputs.should_deploy == 'true'
6668
uses: BetaHuhn/deploy-to-vercel-action@v1.10.0

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"devDependencies": {
1919
"@biomejs/biome": "^1.9.4",
2020
"@commitlint/cli": "^19.8.1",
21-
"@commitlint/config-conventional": "^19.8.1",
22-
"vercel": "^42.1.1"
21+
"@commitlint/config-conventional": "^19.8.1"
2322
},
2423
"author": "",
2524
"license": "ISC",

0 commit comments

Comments
 (0)