workflow: --include=dev to npm install due to --dev is deprecated
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4m51s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-20 09:23:03 +07:00
parent 856b6b41a8
commit 87571f8332

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install project dependencies
run: |
cd accounting-ng-nuttakit
npm install --force --legacy-peer-deps --dev
npm install --force --legacy-peer-deps --include=dev
- name: Build webapp
run: |
cd accounting-ng-nuttakit