Skip to content

Commit

Permalink
chore(lock): dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vanvelthem committed Oct 3, 2024
1 parent 438bbdc commit 6c8ab1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: 🦺 Check for yarn constraints.pro
run: yarn constraints

- name: 🛟 Check monorepo dependency graph
run: yarn check:install
#- name: 🛟 Check monorepo dependency graph
# run: yarn check:install

- name: 🦺 Syncpack checks - packages - lint-semver-ranges
run: yarn syncpack:check
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"website:deploy": "gh-pages -d ./docs/out -t true",
"deps:check": "npx npm-check-updates@latest --configFileName .ncurc.yml --deep",
"deps:update": "npx npm-check-updates@latest --configFileName .ncurc.yml -u --deep",
"check:install": "yarn dlx @yarnpkg/doctor .",
"check:install": "yarn dlx @yarnpkg/doctor@3 .",
"postinstall": "is-ci || yarn husky install",
"syncpack:format": "syncpack format",
"syncpack:check": "syncpack lint-semver-ranges --types prod,dev --source \"package.json\" --source \"packages/*/package.json\"",
Expand Down

0 comments on commit 6c8ab1a

Please sign in to comment.