From de7b135351afecd9431e3f51bf18feecfae1a869 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Wed, 19 Jul 2023 10:22:26 -0700 Subject: [PATCH] chore: remove references to removed cleanup script (#7339) **Related Issue:** N/A ## Summary Update doc scripts to no longer reference `cleanOnProcessExit.ts` (removed via https://github.com/Esri/calcite-design-system/pull/7294). --- packages/calcite-components/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",