Fix: lts tag on npm was removed, switch to latest

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-10-21 01:04:48 +02:00
parent c8b9887af6
commit ba4b1badb4
No known key found for this signature in database
GPG Key ID: 0066F03ED215AD7D

View File

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