From 09d4ceefc80b9198cd8344f4ab17219dda2fe37c Mon Sep 17 00:00:00 2001 From: BluJ Date: Wed, 1 Mar 2023 14:16:48 -0700 Subject: [PATCH] chore: Add the publish --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11c1bf3..013a0be 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,5 @@ node_modules: package.json npm install publish: bundle - cd lib && npm publish + npm publish .FORCE: \ No newline at end of file