aboutsummaryrefslogtreecommitdiff
path: root/front-end
diff options
context:
space:
mode:
Diffstat (limited to 'front-end')
-rw-r--r--front-end/Taskfile.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/front-end/Taskfile.yaml b/front-end/Taskfile.yaml
index c64dc22..d7d777b 100644
--- a/front-end/Taskfile.yaml
+++ b/front-end/Taskfile.yaml
@@ -9,12 +9,15 @@ tasks:
cmds:
- cmd: npm version {{ .BUILD_VERSION }}
ignore_error: true #error if run when version is not updated
-
+ - task: ci-build
+
+ ci-build:
+ cmds:
#build admin first
- - cd ../lib/admin && npm install && npm run build
- #install deps and run main build
- - npm install
- - npm run build
+ - cd ../lib/admin && npm install && npm run build
+ #install deps and run main build
+ - npm install
+ - npm run build
#copy artifacts to temp directory
postbuild_success: