We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7b1b6 commit 39e9548Copy full SHA for 39e9548
Makefile
@@ -39,7 +39,7 @@ node_modules: package.json
39
.PHONY: install
40
install: node_modules
41
42
-dist: package.json rollup.config.js $(wildcard src/*.js) node_modules
+dist: rollup.config.js $(wildcard src/*.js) node_modules
43
@echo ""
44
@echo "=> make $@"
45
@npx rollup -c --bundleConfigAsCjs && /usr/bin/touch dist
0 commit comments