feature/3-migrate-from-grunt-to-webpack #13

Merged
manuel merged 9 commits from feature/3-migrate-from-grunt-to-webpack into develop 2021-02-24 17:01:20 +01:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit b6a368040c - Show all commits

View file

@ -8,7 +8,5 @@ steps:
- npm install - npm install
- name: build - name: build
image: node:12 image: node:12
environment:
NPMPATH: "node_modules/.bin"
commands: commands:
- $NPMPATH/grunt - npm run build

View file

@ -6,6 +6,9 @@
"jquery-plugin", "jquery-plugin",
"qlocktwo" "qlocktwo"
], ],
"scripts": {
"build": "grunt"
},
"homepage": "http://bärneruhr.ch/", "homepage": "http://bärneruhr.ch/",
"author": { "author": {
"name": "Manuel Friedli", "name": "Manuel Friedli",