Skip to content

Commit

Permalink
chore: update Ory CLI with breaking changes to the format task (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Nov 8, 2022
1 parent a519e26 commit fbafd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format: .bin/ory node_modules # formats the source code
.bin/ory dev headers license
.bin/ory dev headers copyright --type=open-source
npm exec -- prettier --write .

help: # prints all make targets
Expand All @@ -12,7 +12,7 @@ licenses: .bin/licenses node_modules # checks open-source licenses
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh

.bin/ory: Makefile
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
touch .bin/ory

node_modules: package-lock.json
Expand Down

0 comments on commit fbafd12

Please sign in to comment.