Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 28, 2024
1 parent 3da138f commit 8c40654
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bun install --global vercel@latest

- name: Generate Source Code Preview
run: bun run generate-preview
run: bun run build:registry

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: bun install --global vercel@latest

- name: Generate Source Code Preview
run: bun run generate-preview
run: bun run build:registry

- uses: amondnet/vercel-action@v25
id: vercel-deploy
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"generate-preview": "bun run resources/scripts/create-pr-content.ts",
"b": "bun run build:registry && prettier --write __registry__/generated.ts",
"preview": "next build && next start",
"build:registry": "bun run resources/scripts/build-registry.ts"
Expand Down

0 comments on commit 8c40654

Please sign in to comment.