Skip to content

Commit

Permalink
chore: update Ory CLI with breaking changes to the format task (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Nov 8, 2022
1 parent 7efa846 commit 295d028
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/goimports .bin/ory node_modules # formats the source code
.bin/ory dev headers license
.bin/ory dev headers copyright --type=open-source
.bin/goimports -w .
npm exec -- prettier --write .

Expand All @@ -19,7 +19,7 @@ test: # runs all tests
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 295d028

Please sign in to comment.