aboutsummaryrefslogtreecommitdiff
path: root/front-end/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/Taskfile.yaml')
-rw-r--r--front-end/Taskfile.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/front-end/Taskfile.yaml b/front-end/Taskfile.yaml
index 86bf0dc..3645800 100644
--- a/front-end/Taskfile.yaml
+++ b/front-end/Taskfile.yaml
@@ -7,9 +7,10 @@ tasks:
build:
cmds:
+ #build admin first
+ - cd ../lib/admin && npm install && npm run build
#install deps and run build
- - npm install
- - npm run build
+ - npm install && npm run build
#copy artifacts to temp directory
postbuild_success: