Skip to content

Commit

Permalink
chore: add depcheck script for checking monorepo packages
Browse files Browse the repository at this point in the history
Run `npm run depcheck` to check for missing / unused dependencies in packages
  • Loading branch information
bjoerge committed Mar 2, 2021
1 parent 0f8192f commit 03be7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"deploy-test": "npm run build && cd examples/test-studio && sanity deploy",
"deploy-movies": "npm run build && cd examples/movies-studio && sanity deploy",
"lint": "npm run eslint -- .",
"depcheck": "lerna exec depcheck --no-bail --parallel",
"eslint": "node_modules/.bin/eslint --ext=.js,.jsx,.mjs,.ts,.tsx --quiet",
"lint:fix": "eslint . --quiet --fix",
"start": "npm run test-studio",
Expand Down Expand Up @@ -79,6 +80,7 @@
"chalk": "^2.3.0",
"cypress": "^6.3.0",
"deepmerge": "^3.3.0",
"depcheck": "^1.4.0",
"del": "^5.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.7.0",
Expand Down

2 comments on commit 03be7ab

@vercel
Copy link

@vercel vercel bot commented on 03be7ab Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 03be7ab Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.