We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d2ecf commit c2cc322Copy full SHA for c2cc322
Makefile
@@ -1,5 +1,5 @@
1
format: .bin/ory node_modules # formats the source code
2
- .bin/ory dev headers license
+ .bin/ory dev headers copyright --type=open-source
3
gofmt -l -s -w .
4
npm exec -- prettier --write .
5
@@ -13,7 +13,7 @@ licenses: .bin/licenses node_modules # checks open-source licenses
13
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh
14
15
.bin/ory: Makefile
16
- curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.47
+ curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48
17
touch .bin/ory
18
19
node_modules: package-lock.json
0 commit comments