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
Showing only changes of commit 5d6f519564 - Show all commits

View file

@ -4,10 +4,10 @@ name: default
steps: steps:
- name: prepare - name: prepare
image: node:12 image: node:15-alpine
commands: commands:
- npm install - npm install
- name: build - name: build
image: node:12 image: node:15-alpine
commands: commands:
- npm run build - npm run build