fix: Remove build from frontend install step

This commit is contained in:
Mangiang 2021-11-14 14:46:43 -05:00
parent ecc5f0fb30
commit 38c9fef058
2 changed files with 0 additions and 8 deletions

View File

@ -38,10 +38,6 @@ steps:
- npm -v
- yarn --version
- 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
image: node:lts-alpine3.14

View File

@ -38,10 +38,6 @@ steps:
- npm -v
- yarn --version
- 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
image: node:lts-alpine3.14