Skip to content

Commit

Permalink
Adding pnpm deps script for running taze on monorepo for ensuring fre…
Browse files Browse the repository at this point in the history
…sh packages
  • Loading branch information
corbanbrook committed May 23, 2024
1 parent 1a4f710 commit dedd0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish",
"deps": "pnpx taze -r",
"test": "pnpm -r test",
"lint": "eslint -c .eslintrc.js 'packages/**/src/**/*.{ts,tsx}'",
"lint:fix": "eslint -c .eslintrc.js --fix 'packages/**/src/**/*.{ts,tsx}'",
Expand Down

0 comments on commit dedd0c5

Please sign in to comment.