aboutsummaryrefslogtreecommitdiff
path: root/front-end/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-08 17:27:10 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-08 17:27:10 -0400
commitf2781825804039b5ca68466bec7054b8d9ccce5d (patch)
tree07f6b701df7a59b97f17b739a030273286c54e41 /front-end/Taskfile.yaml
parentd66290269d4709fe2d909284801f31669aa26f74 (diff)
upstream theme updates and patches
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: