aboutsummaryrefslogtreecommitdiff
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 5bfd51c..36faed3 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ watch:
# Create a new release and upload it on GitHub.
.PHONY: release
-release: node_modules
+release: check node_modules
release-it
# Inform Sentry of a new release.