From b0c5ac483bba9b1a4b9054688eab39a3f1a72ff0 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Tue, 11 Oct 2022 23:28:30 +0300 Subject: [PATCH] typo fixed --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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