feat: Add items id in items frontend url #25

Merged
Ghost merged 21 commits from feat/add_items_id into development 2021-11-14 19:22:59 -05:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 38c9fef058 - Show all commits

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