Fix dev workflow

This commit is contained in:
CrazyMax 2020-05-13 14:28:17 +02:00
parent 0207cbe8e1
commit 5fd486fd62
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -18,6 +18,7 @@ jobs:
name: Build name: Build
run: | run: |
npm install npm install
npm run format
npm run build npm run build
- -
name: Set up Git name: Set up Git