diff --git a/.drone.yml b/.drone.yml index e3b8ad5..c7bc3dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,5 @@ steps: - npm install - name: build image: node:12 - environment: - NPMPATH: "node_modules/.bin" commands: - - $NPMPATH/grunt + - npm run build diff --git a/package.json b/package.json index 7e522aa..ead9e9e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "jquery-plugin", "qlocktwo" ], + "scripts": { + "build": "grunt" + }, "homepage": "http://bärneruhr.ch/", "author": { "name": "Manuel Friedli",