mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
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
4
Makefile
4
Makefile
@ -13,8 +13,8 @@ generate-apidocs:
|
|||||||
npx redoc-cli bundle docs/openapi.yaml --disableGoogleFont true -o frontend/api.html
|
npx redoc-cli bundle docs/openapi.yaml --disableGoogleFont true -o frontend/api.html
|
||||||
|
|
||||||
generate-inner:
|
generate-inner:
|
||||||
npx npm@lts ci
|
npx npm@latest ci
|
||||||
npx npm@lts run build
|
npx npm@latest run build
|
||||||
|
|
||||||
publish: download_libs generate-apidocs
|
publish: download_libs generate-apidocs
|
||||||
$(MAKE) -C src -f ../Makefile generate-inner
|
$(MAKE) -C src -f ../Makefile generate-inner
|
||||||
|
Loading…
Reference in New Issue
Block a user