tests: fix copy directory

This commit is contained in:
SPT-dev 2023-03-02 21:12:50 -05:00
parent bd24a936fb
commit 3499b5d712

View File

@ -40,7 +40,7 @@ steps:
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- yarn --cwd ./items/frontend build --pure-lockfile - yarn --cwd ./items/frontend build --pure-lockfile
- rm -rf ./items/api/public/static/* - rm -rf ./items/api/public/static/*
- cp ./items/frontend/build/* ./items/api/public - cp -r ./items/frontend/build/* ./items/api/public
- rm ./items/api/public/index.html - rm ./items/api/public/index.html
depends_on: depends_on:
- replace hosts and user variables - replace hosts and user variables