mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 07:10:31 +00:00
Fix uncommitted workflow
This commit is contained in:
parent
b3ef6f590c
commit
2cd571d266
1 changed files with 6 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue