Skip to content

Commit

Permalink
chore: remove references to removed cleanup script (#7339)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

Update doc scripts to no longer reference `cleanOnProcessExit.ts`
(removed via #7294).
  • Loading branch information
jcfranco authored Jul 19, 2023
1 parent 8b967e2 commit de7b135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit de7b135

Please sign in to comment.