Fix: lts
tag on npm
was removed, switch to latest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c8b9887af6
commit
ba4b1badb4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -13,8 +13,8 @@ generate-apidocs:
|
|||
npx redoc-cli bundle docs/openapi.yaml --disableGoogleFont true -o frontend/api.html
|
||||
|
||||
generate-inner:
|
||||
npx npm@lts ci
|
||||
npx npm@lts run build
|
||||
npx npm@latest ci
|
||||
npx npm@latest run build
|
||||
|
||||
publish: download_libs generate-apidocs
|
||||
$(MAKE) -C src -f ../Makefile generate-inner
|
||||
|
|
Loading…
Reference in a new issue