workflow fix!

This commit is contained in:
2023-03-22 21:26:30 +01:00
parent b52d81178d
commit 04c188a3d8

View File

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