chore: add cleanup phases
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
cc6689ac3a
commit
4590884a34
|
@ -19,6 +19,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Build"
|
name: "Build"
|
||||||
command: ./wizard.sh -a
|
command: ./wizard.sh -a
|
||||||
|
- run:
|
||||||
|
name: "Cleanup"
|
||||||
|
command: rm -rf frontend/node_modules
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths:
|
paths:
|
||||||
|
@ -32,6 +35,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Compile"
|
name: "Compile"
|
||||||
command: ./wizard.sh -c
|
command: ./wizard.sh -c
|
||||||
|
- run:
|
||||||
|
name: "Cleanup"
|
||||||
|
command: rm -rf frontend/build
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue