Fix uncommitted workflow
This commit is contained in:
parent
de72e44b48
commit
4ae7970b02
8
.github/workflows/uncommited.yml
vendored
8
.github/workflows/uncommited.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user