We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432653 commit e0df83dCopy full SHA for e0df83d
2 files changed
.github/workflows/vercel__deploy-manual.yml
@@ -55,6 +55,11 @@ jobs:
55
with:
56
version: 11.5.1
57
58
+ - name: Setup pnpm global bin path
59
+ run: |
60
+ echo "PNPM_HOME=$(pnpm store path)/../bin" >> $GITHUB_ENV
61
+ echo "$(pnpm store path)/../bin" >> $GITHUB_PATH
62
+
63
- name: Install Vercel CLI
64
run: pnpm add -g vercel
65
.npmrc
@@ -0,0 +1 @@
1
+enable-pre-post-scripts=true
0 commit comments