aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-17 18:37:41 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-17 19:03:34 +0200
commitc272a5d2d8ae46a333dd955a1431e4d4b84201e4 (patch)
tree3883f54b962d754737472e433e78ecb13aafe335 /Makefile
parent8b3eff62eeeac68b7ffa3add6db88df1d5e82371 (diff)
downloadwcms-c272a5d2d8ae46a333dd955a1431e4d4b84201e4.tar.gz
wcms-c272a5d2d8ae46a333dd955a1431e4d4b84201e4.zip
tests: add check to release target + readme info
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.