package.json: fix build command (#230)
Closes #225 Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
95416dfe82
commit
f1f8fdf752
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
npm run assets
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
run: npm run build
|
||||
|
||||
- name: Test
|
||||
run: npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue