Show itemsID in URL #26

Merged
Ghost merged 22 commits from development into master 2021-11-15 19:00:16 -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