Skip to content

Commit

Permalink
fix: deprecate packr2 dependency in makefile
Browse files Browse the repository at this point in the history
Closes #711
Closes #750
  • Loading branch information
aeneasr committed Oct 13, 2020
1 parent daa5f2e commit be9a84d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -67,10 +67,8 @@ mocks: .bin/mockgen
mockgen -mock_names Manager=MockLoginExecutorDependencies -package internal -destination internal/hook_login_executor_dependencies.go github.com/ory/kratos/selfservice loginExecutorDependencies

.PHONY: install
install: .bin/packr2 .bin/pack
make pack
install: pack
GO111MODULE=on go install -tags sqlite .
packr2 clean

.PHONY: test-resetdb
test-resetdb:
Expand Down

0 comments on commit be9a84d

Please sign in to comment.