mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29:35 +05:30
(ci/cd): added command to install node dependencies before build process
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 🛠️ Run Build Process
|
- name: 🛠️ Run Build Process
|
||||||
run: |
|
run: |
|
||||||
|
npm install
|
||||||
npx tailwindcss -o "./htdocs/assets/style.css" --minify
|
npx tailwindcss -o "./htdocs/assets/style.css" --minify
|
||||||
|
|
||||||
- name: 📦 Update Database
|
- name: 📦 Update Database
|
||||||
|
|||||||
Reference in New Issue
Block a user