Skip to content

Commit

Permalink
chore: improve dev commands (#5747)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 15, 2024
1 parent 2b00589 commit b6199a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"depcheck": "pnpm check:deps",
"deploy:movies": "pnpm build && cd examples/movies-studio && sanity deploy",
"deploy:test": "pnpm build && cd dev/test-studio && sanity deploy",
"dev": "pnpm start",
"dev": "pnpm dev:test-studio",
"dev:cli": "pnpm watch",
"dev:design-studio": "pnpm --filter design-studio dev",
"dev:embedded-studio": "pnpm --filter embedded-studio dev",
"dev:i18n": "SANITY_STUDIO_DEBUG_I18N=triangles pnpm start",
Expand Down Expand Up @@ -80,7 +81,7 @@
"test:e2e": "playwright test",
"tsdoc:dev": "sanity-tsdoc dev",
"updated": "lerna updated",
"watch": "lerna run --parallel --scope '{@sanity/*,sanity}' watch"
"watch": "lerna run --parallel --stream --scope '{@sanity/*,sanity}' watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit b6199a1

Please sign in to comment.