Skip to content

Commit

Permalink
build: add groq package to root clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Aug 15, 2022
1 parent 8338152 commit 8b80b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "yarn build:dts && lerna run --scope '{@sanity/*,sanity}' build",
"build:cli": "lerna run --scope '@sanity/{cli,export,import,mutator,server,types,util}' --scope sanity build",
"build:dts": "tsc --build",
"clean": "lerna run --scope '{@sanity/*,sanity}' clean",
"clean": "lerna run --scope '{@sanity/*,groq,sanity}' clean",
"clean:deps": "rimraf packages/@sanity/*/node_modules packages/sanity/node_modules node_modules",
"check:versions": "node scripts/normalizeDependencyVersions.js",
"cypress:open": "cypress open --config-file cypress/cypress.json",
Expand Down

0 comments on commit 8b80b6d

Please sign in to comment.