fix: just use npm install
This commit is contained in:
parent
da3e513a58
commit
3c050274f9
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install Tailwind CSS
|
- name: Install Tailwind CSS
|
||||||
run: npm install -D tailwindcss
|
run: npm install
|
||||||
working-directory: ./frontend/
|
working-directory: ./frontend/
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user