ci(test): fix build step

Fix build step
This commit is contained in:
Conicaw 2023-07-05 18:08:46 -05:00
parent 7d9cc50597
commit afaf4d6e2d
No known key found for this signature in database
GPG key ID: CE0B9DEFED1E6375

View file

@ -45,9 +45,6 @@ jobs:
- name: NPM Build - name: NPM Build
run: npm run build run: npm run build
- name: Run tests
run: npm test
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest