feat: adds trunk output to cache & installs tailwindcss locally
This commit is contained in:
parent
9d90d9b70c
commit
7262775a48
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
frontend/dist/
|
||||||
node_modules
|
node_modules
|
||||||
~/.cache/trunk
|
~/.cache/trunk
|
||||||
~/.cargo
|
~/.cargo
|
||||||
@ -44,7 +45,8 @@ 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
|
||||||
|
working-directory: ./frontend
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user