Skip to content

Commit

Permalink
Dedupe yarn.lock automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 24, 2024
1 parent 5b7af3b commit aea0801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --ext .ts \"./packages/**/src/**/*.ts\"",
"loadtest:e2e": "cross-env \"JEST=1\" \"E2E_TEST=true\" jest --no-watchman --runInBand --bail --config=jest.config.loadtest.js",
"postbuild": "yarn workspaces foreach -A run inject-version && yarn copy-config-schema && yarn fix-bin",
"postchangeset": "yarn install ---no-frozen-lockfile",
"postchangeset": "yarn install --refresh-lockfile",
"postgenerate-config-schema": "node scripts/create-config-schema-ts.js && npx prettier --write ./packages/legacy/types/src",
"postinstall": "husky install && patch-package",
"prebuild": "yarn clean && yarn generate-config-schema && yarn workspace @graphql-mesh/serve-runtime generate-landing-page-html",
Expand Down Expand Up @@ -119,7 +119,7 @@
"prettier --write"
],
"**/package.json": [
"yarn install"
"sh -c 'yarn --refresh-lockfile'"
],
"yarn.lock": [
"yarn dedupe"
Expand Down

0 comments on commit aea0801

Please sign in to comment.