workflow: added --force --legacy-peer-deps --dev to npm install
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4m59s

the issue was dev tools wasn't installed if --dev is not passed.

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-20 09:16:53 +07:00
parent 9a05e78fc5
commit 856b6b41a8

View File

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