Skip to content

Commit

Permalink
Add tasks to clean web-related components.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Jul 7, 2024
1 parent ad88e78 commit 2c3a729
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tasks:
clean:
cmds:
- "rm -rf '{{.G_BUILD_DIR}}'"
- task: "clean-log-viewer-webui"
- task: "clean-python-component"
vars:
COMPONENT: "clp-package-utils"
Expand All @@ -36,6 +37,18 @@ tasks:
- task: "clean-python-component"
vars:
COMPONENT: "job-orchestration"
- task: "clean-webui"

clean-log-viewer-webui:
cmds:
- "rm -rf 'components/log-viewer-webui/client/node_modules'"
- "rm -rf 'components/log-viewer-webui/node_modules'"
- "rm -rf 'components/log-viewer-webui/server/node_modules'"

clean-webui:
cmds:
- "rm -rf 'components/webui/.meteor/local'"
- "rm -rf 'components/webui/node_modules'"

clp-json-pkg-tar:
cmds:
Expand Down

0 comments on commit 2c3a729

Please sign in to comment.