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