From 3939ee690ca9a63af4fa2d4a6bf1b70fa0088882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Fri, 27 Sep 2024 07:56:09 +0200 Subject: [PATCH] Fix publish in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59c3919..c503978 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ package: publish: package git push --tags - npm run publish + npm publish make publish-demos publish-demos: