diff --git a/.drone.yml b/.drone.yml index d0ca354..3af2992 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: - name: Budowanie dokcumentacji image: paramah/hugo-deploy commands: - - npm install -D --save autoprefixer - - npm install -D --save postcss-cli + - npm install -g postcss-cli + - npm install postcss autoprefixer - git submodule update --init --recursive - hugo --destination /drone/src/build - minify -r -o /drone/src/build /drone/src/build