Build uing npm/webpack instead of grunt.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2019-05-05 03:42:15 +02:00
parent 57d074d5fe
commit 510bbd8f3b

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-debug