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:
- name: build-frontend - name: build-frontend
image: node:14-alpine image: node:14-alpine
commands: commands:
- cd fontend - cd frontend
- npm i - npm i
- npm run build - npm run build

Loading…
Cancel
Save