Remove filter from "check-deps" command (#523)
* Remove filter from "check-deps" command
* ci: 👷 only run check-deps on label
This commit is contained in:
parent
182bdd6b32
commit
6a9da7ac38
2 changed files with 2 additions and 1 deletions
1
.github/workflows/check-deps.yml
vendored
1
.github/workflows/check-deps.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
- main
|
||||
jobs:
|
||||
syncpack:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'check dependencies')
|
||||
runs-on: ubuntu-latest
|
||||
name: Check dependencies
|
||||
steps:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"generate": "turbo run generate",
|
||||
"prepare": "husky install",
|
||||
"github:release": "pnpm changeset tag && git push --follow-tags",
|
||||
"check-deps": "syncpack fix-mismatches --source \"apps/*/package.json\" --source \"packages/*/package.json\" --filter \"@saleor/app-sdk|@saleor/macaw-ui\""
|
||||
"check-deps": "syncpack fix-mismatches --source \"apps/*/package.json\" --source \"packages/*/package.json\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.26.0",
|
||||
|
|
Loading…
Reference in a new issue