feat: Add items id in items frontend url #25
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user