This commit is contained in:
2023-03-22 21:16:23 +01:00
parent 5e641bac4e
commit 60c727689f

View File

@@ -35,6 +35,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Test
run: npm test --watch=false