ci: use npm clean-install

This commit is contained in:
Simon Ser
2025-11-08 00:08:58 +01:00
parent b39b46fa12
commit 1e630aed0d

View File

@@ -11,7 +11,7 @@ artifacts:
tasks: tasks:
- setup: | - setup: |
cd gamja cd gamja
npm install --include=dev npm clean-install --include=dev
- build: | - build: |
cd gamja cd gamja
npm run build npm run build