diff --git a/Makefile b/Makefile index 63f86f8..bd5d45b 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ generate-inner: npm ci --include=dev node ./ci/build.mjs +publish: export NODE_ENV=production publish: download_libs generate-inner generate-apidocs bash ./ci/build.sh