Show itemsID in URL #26

Merged
Ghost merged 22 commits from development into master 2021-11-15 19:00:16 -05:00
Showing only changes of commit b296c46363 - Show all commits

View File

@ -40,7 +40,7 @@ steps:
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- name: test frontend - name: test frontend
image: node:lts-alpine3.14 image: cypress/base:16.13.0
commands: commands:
- node -v - node -v
- npm -v - npm -v