Skip to content

Commit

Permalink
Move pycatch22 to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Oct 17, 2023
1 parent 9e60e9f commit dba1a1d
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ help: ## Print this help message

.PHONY: init
init: ## Locally install all dev dependencies
poetry install --without playbook
poetry install --all-extras --without playbook
pnpm install

.PHONY: init-playbook
init-playbook: ## Locally install all playbook dev dependencies
poetry install
poetry install --all-extras

.PHONY: clean
clean: ## clean project
Expand Down
Loading

0 comments on commit dba1a1d

Please sign in to comment.