diff --git a/package.json b/package.json index 40c50077bb..ac085e063c 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "release": "node scripts/prepare-release.js && changeset version && yarn diff --yes && yarn prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' '.changeset/*.json' && yarn install", "prettier:check": "prettier --check .", "lerna": "lerna", - "storybook": "yarn --cwd storybook start", + "storybook": "(cd storybook && yarn start)", "snyk:test": "npx snyk test --yarn-workspaces --strict-out-of-sync=false", "snyk:test:package": "yarn snyk:test --include", - "build-storybook": "yarn --cwd storybook build-storybook", + "build-storybook": "(cd storybook && yarn build-storybook)", "techdocs-cli": "node scripts/techdocs-cli.js", "techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js", "prepare": "husky install"