Skip to content

Commit 39e9548

Browse files
committed
chore: removed package.json as prerequisite for dist target
1 parent 5a7b1b6 commit 39e9548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ node_modules: package.json
3939
.PHONY: install
4040
install: node_modules
4141

42-
dist: package.json rollup.config.js $(wildcard src/*.js) node_modules
42+
dist: rollup.config.js $(wildcard src/*.js) node_modules
4343
@echo ""
4444
@echo "=> make $@"
4545
@npx rollup -c --bundleConfigAsCjs && /usr/bin/touch dist

0 commit comments

Comments
 (0)