Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix windows error starting demos (#11302)
**Related Issue:** #11284 ## Summary Resolve a Windows error reported by @geospatialem, which occurs when starting the demos. ```text > @esri/calcite-components@3.0.0-next.96 start > npm run util:clean-js-files && concurrently --kill-others --raw "trap 'npm run util:clean-js-files' INT TERM EXIT && tsc --project ./tsconfig-demos.json --watch" "npm run build:watch-dev" > @esri/calcite-components@3.0.0-next.96 util:clean-js-files > rimraf --glob -- *.js {src,.storybook,support}/**/*.js 'trap' is not recognized as an internal or external command, operable program or batch file. ```
- Loading branch information