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
|
||||
with:
|
||||
path: |
|
||||
frontend/dist/
|
||||
node_modules
|
||||
~/.cache/trunk
|
||||
~/.cargo
|
||||
@ -44,7 +45,8 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: Install Tailwind CSS
|
||||
run: npm install -g tailwindcss
|
||||
run: npm install -D tailwindcss
|
||||
working-directory: ./frontend
|
||||
|
||||
- name: Build Frontend
|
||||
working-directory: ./frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user