diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 0d226269b7c..44afb4f2499 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -25,8 +25,8 @@ "build-storybook": "npm run util:build-docs && build-storybook --output-dir ./docs --quiet", "clean": "npm run util:clean-js-files && rimraf node_modules dist www hydrate docs .turbo src/components.d.ts", "deps:update": "updtr --exclude chalk cheerio typescript @types/jest jest jest-cli ts-jest puppeteer @whitespace/storybook-addon-html && npm audit fix", - "docs": "concurrently --kill-others --raw \"npm run build-storybook\" \"ts-node --esm ./support/cleanOnProcessExit.ts --path ./__docs-temp__\"", - "docs:preview": "concurrently --raw \"npm:util:build-docs && start-storybook\" \"ts-node --esm ./support/cleanOnProcessExit.ts --path ./__docs-temp__\"", + "docs": "build-storybook", + "docs:preview": "npm run util:build-docs && start-storybook", "lint": "concurrently npm:lint:*", "lint:html": "prettier --write \"**/*.html\" >/dev/null", "lint:json": "prettier --write \"**/*.json\" >/dev/null",