Skip to content

Commit

Permalink
Fix uncommitted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 14, 2019
1 parent de72e44 commit 4ae7970
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/uncommited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4ae7970

Please sign in to comment.