Renamed build step.

This commit is contained in:
2021-01-04 19:23:11 +01:00
committed by GitHub
parent 9e20f15991
commit a6ec207769

View File

@@ -13,7 +13,8 @@ steps:
commands:
- node -v
- yarn --version
- name: backend_build
- name: frontend_build
image: node:14
commands:
- node -v