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
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
|
||||||
~/.cache/trunk
|
|
||||||
~/.cargo
|
~/.cargo
|
||||||
|
~/.cache/trunk
|
||||||
target/
|
target/
|
||||||
|
node_modules
|
||||||
|
frontend/dist
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||||
|
|
||||||
@ -42,7 +43,7 @@ jobs:
|
|||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install Tailwind CSS
|
- name: Install Tailwind CSS
|
||||||
run: npm install -g tailwindcss
|
run: npm install -D tailwindcss
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user