From 39e95489683510a8b36ac51724a7d67e2e3682d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= <195494+lquixada@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:57:16 -0500 Subject: [PATCH] chore: removed package.json as prerequisite for dist target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4112d7b..4ccad85 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ node_modules: package.json .PHONY: install install: node_modules -dist: package.json rollup.config.js $(wildcard src/*.js) node_modules +dist: rollup.config.js $(wildcard src/*.js) node_modules @echo "" @echo "=> make $@" @npx rollup -c --bundleConfigAsCjs && /usr/bin/touch dist