feature/3-migrate-from-grunt-to-webpack #13
2 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,5 @@ steps:
|
|||
- npm install
|
||||
- name: build
|
||||
image: node:12
|
||||
environment:
|
||||
NPMPATH: "node_modules/.bin"
|
||||
commands:
|
||||
- $NPMPATH/grunt
|
||||
- npm run build
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"jquery-plugin",
|
||||
"qlocktwo"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "grunt"
|
||||
},
|
||||
"homepage": "http://bärneruhr.ch/",
|
||||
"author": {
|
||||
"name": "Manuel Friedli",
|
||||
|
|
Loading…
Reference in a new issue