Browse Source

typo fixed

master
Ivan Polyakov 2 years ago
parent
commit
b0c5ac483b
  1. 2
      .drone.yml

2
.drone.yml

@ -13,7 +13,7 @@ steps: @@ -13,7 +13,7 @@ steps:
- name: build-frontend
image: node:14-alpine
commands:
- cd fontend
- cd frontend
- npm i
- npm run build

Loading…
Cancel
Save