package.json: fix build command (#230)

Closes #225

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-04-06 00:29:52 -04:00 committed by GitHub
parent 95416dfe82
commit f1f8fdf752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ jobs:
npm run assets
- name: Build
run: go build ./...
run: npm run build
- name: Test
run: npm run test