summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f637983eb..87a7f0573 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ install: tsc
endif
.PHONY: rollup
-rollup: tsc
+rollup: yarn-install
./node_modules/.bin/rollup -c
.PHONY: lint