File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- name : CI - Whim Build
9+ name : CI - Whim Lint & Build
1010 runs-on : ubuntu-22.04
1111
1212 steps :
1313 - name : Checkout code
1414 uses : actions/checkout@v4
15-
15+
1616 - name : Install Bun
1717 uses : oven-sh/setup-bun@v2
1818
3232 uses :
webfactory/[email protected] 3333 with :
3434 ssh-private-key : ${{ secrets.VPS_KEY }}
35-
35+
3636 - name : SSH and Deploy
3737 run : |
3838 ssh -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " bunx --bun vite dev" ,
8- "build" : " vite build" ,
8+ "build" : " bun lint && bunx --bun vite build" ,
99 "start" : " bun run .output/server/index.mjs" ,
10+ "lint" : " bunx --bun eslint ." ,
1011 "db:generate" : " drizzle-kit generate" ,
1112 "db:migrate" : " drizzle-kit migrate" ,
1213 "db:studio" : " drizzle-kit studio"
You can’t perform that action at this time.
0 commit comments