Skip to content

Commit

Permalink
restructure deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 8, 2023
1 parent a88fe8c commit 2f119b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,16 @@ tasks:
deploy:
desc: Install plugin package in Corporate Memory
deps:
- build
cmds:
- task: clean
- task: build
- cmemc admin workspace python install dist/*.tar.gz
- cmemc admin workspace python list-plugins

build:
desc: Build a tarball and a wheel package
<<: *preparation
deps:
- clean
cmds:
- poetry build

Expand Down

0 comments on commit 2f119b4

Please sign in to comment.