Skip to content

Commit e0df83d

Browse files
committed
try fix vercel and dockerfile
1 parent 6432653 commit e0df83d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/vercel__deploy-manual.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
with:
5656
version: 11.5.1
5757

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+
5863
- name: Install Vercel CLI
5964
run: pnpm add -g vercel
6065

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enable-pre-post-scripts=true

0 commit comments

Comments
 (0)