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.
post-release
1 parent 4071546 commit f9247abCopy full SHA for f9247ab
1 file changed
Makefile
@@ -49,6 +49,11 @@ licenses: .bin/licenses node_modules # checks open-source licenses
49
docker:
50
docker build -f .docker/Dockerfile-build -t oryd/ory:latest-sqlite .
51
52
+# Dummy target for ory/ci pipeline to run after a release has been made. Needs to exist or release pipeline fails.
53
+.PHONY: post-release
54
+post-release:
55
+ echo "nothing to do"
56
+
57
node_modules: package-lock.json
58
npm ci
59
touch node_modules
0 commit comments