Yeah no we still need build to test on gh actions

This commit is contained in:
dangered wolf 2023-11-10 15:58:04 -05:00
parent 1caa109c2f
commit e2489c2372
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -17,4 +17,4 @@ jobs:
cache: 'npm' cache: 'npm'
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- run: npm install - run: npm install
- run: npm test - run: npm run build && npm test