Fix uncommitted workflow

This commit is contained in:
CrazyMax
2019-11-14 23:25:49 +01:00
parent b3ef6f590c
commit 2cd571d266
+6 -2
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: |