diff --git a/.drone.yml b/.drone.yml index 33accbb..ea55252 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,6 @@ steps: - name: build image: node commands: - - npm install -g create-react-app@5.0.1 - - cd src/ - npm run build