feat: local tailwindcss setup & more cache
This commit is contained in:
parent
6e8fe31369
commit
9446c8f8bb
7
.github/workflows/prod.yml
vendored
7
.github/workflows/prod.yml
vendored
@ -17,10 +17,11 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
~/.cache/trunk
|
||||
~/.cargo
|
||||
~/.cache/trunk
|
||||
target/
|
||||
node_modules
|
||||
frontend/dist
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||
|
||||
@ -42,7 +43,7 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: Install Tailwind CSS
|
||||
run: npm install -g tailwindcss
|
||||
run: npm install -D tailwindcss
|
||||
|
||||
- name: Build Frontend
|
||||
working-directory: ./frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user