diff --git a/.drone.yml b/.drone.yml index 64e2843..d5a3a15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: build-frontend image: node:14-alpine commands: - - cd fontend + - cd frontend - npm i - npm run build