Skip to content

Commit

Permalink
remove extraneous flags from test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Oct 21, 2024
1 parent 41192ca commit 1553095
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 @@ -32,9 +32,9 @@
"screenshot-tests:preview": "npm run util:prep-storybook-build && NODE_OPTIONS=--openssl-legacy-provider STORYBOOK_SCREENSHOT_LOCAL_BUILD=true storybook dev",
"screenshot-tests:publish": "npm run screenshot-tests && storybook-to-ghpages --existing-output-dir=docs",
"start": "npm run util:clean-js-files && concurrently --kill-others --raw \"tsc --project ./tsconfig-demos.json --watch\" \"npm run build:watch-dev -- --serve\"",
"test": "vitest run --no-docs --no-build",
"test": "vitest run",
"test:prerender": "npm run build -- --prerender",
"test:watch": "vitest --no-docs",
"test:watch": "vitest",
"util:clean-tested-build": "npm ci && npm test && npm run build",
"util:copy-assets": "npm run util:copy-icons",
"util:copy-icons": "cpy \"../../node_modules/@esri/calcite-ui-icons/js/*.json\" \"./src/components/icon/assets/\" --flat",
Expand Down

0 comments on commit 1553095

Please sign in to comment.