1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(ci/cd): added command to install node dependencies before build process

This commit is contained in:
2024-08-03 00:56:45 +05:30
parent e7bc735a0d
commit 0cbc2060c9

View File

@@ -19,6 +19,7 @@ jobs:
- name: 🛠️ Run Build Process
run: |
npm install
npx tailwindcss -o "./htdocs/assets/style.css" --minify
- name: 📦 Update Database