Use npm clean-install

This commit is contained in:
daz
2024-11-14 16:26:40 -07:00
committed by Daz DeBoer
parent 094f2191c5
commit f4845d289c
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Check formatting and compile
run: |
npm install
npm clean-install
npm run check
npm run compile
working-directory: sources