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
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