Skip to content

Commit

Permalink
chore: removed package.json as prerequisite for dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Dec 21, 2024
1 parent 5a7b1b6 commit 39e9548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39e9548

Please sign in to comment.