Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,17 @@ jobs:
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache

- name: Restore bun install cache
id: cache-bun-install
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-

- name: Install Bun Dependencies and Build Assets
run: bun ci && bun run build
run: bun install && bun run build

- name: Delete node_modules
run: rm -rf node_modules
Expand Down
5 changes: 3 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"laravel-vite-plugin": "^1.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^5.4.19"
"vite": "^5.4.21"
}
}