Fix uncommitted workflow

This commit is contained in:
CrazyMax 2019-11-14 23:25:05 +01:00
parent de72e44b48
commit 4ae7970b02
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -20,9 +20,13 @@ jobs:
name: Build
run: |
npm install
npm run build
npm run format
npm prune --production
npm run build
-
name: Prune prod
run: |
rm -rf node_modules
npm install --production
-
name: Check for uncommitted changes
run: |