fix: Remove build from frontend install step

This commit is contained in:
SPT-dev 2023-03-02 21:12:22 -05:00
parent 7017c1652f
commit 1188cf173e
2 changed files with 0 additions and 8 deletions

View File

@ -38,10 +38,6 @@ steps:
- npm -v - npm -v
- yarn --version - yarn --version
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- yarn --cwd ./items/frontend build --pure-lockfile
- rm -rf ./items/api/public/static/*
- mv ./items/frontend/build/* ./items/api/public
- rm ./items/api/public/index.html
- name: test frontend - name: test frontend
image: node:lts-alpine3.14 image: node:lts-alpine3.14

View File

@ -38,10 +38,6 @@ steps:
- npm -v - npm -v
- yarn --version - yarn --version
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- yarn --cwd ./items/frontend build --pure-lockfile
- rm -rf ./items/api/public/static/*
- mv ./items/frontend/build/* ./items/api/public
- rm ./items/api/public/index.html
- name: test frontend - name: test frontend
image: node:lts-alpine3.14 image: node:lts-alpine3.14