Skip to content

Commit

Permalink
chore: update Ory CLI with breaking changes to the format task (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Nov 8, 2022
1 parent 1c82ff9 commit e34203f
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
Expand Up @@ -14,7 +14,7 @@ test-e2e:
./test-e2e.sh

format: .bin/ory node_modules
.bin/ory dev headers license
.bin/ory dev headers copyright --type=open-source
npm exec -- prettier --write .

licenses: .bin/licenses node_modules # checks open-source licenses
Expand All @@ -24,7 +24,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 e34203f

Please sign in to comment.