Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
],
"scripts": {
"build": "npm run util:prep-build-reqs && vite build",
"postbuild": "npm run util:generate-t9n-docs-json && npm run util:generate-supported-browsers-json && npm run util:clean-readmes && npm run util:copy-legacy-vscode-data",
"postbuild": "npm run util:generate-t9n-docs-json && npm run util:generate-supported-browsers-json && npm run util:copy-legacy-vscode-data",
"build-storybook": "npm run util:prep-build-reqs && NODE_OPTIONS=--openssl-legacy-provider storybook build --output-dir ./docs --quiet",
"build:dev": "vite build --mode development",
"build:watch": "npm run util:prep-build-reqs && vite --mode production",
"build:watch-dev": "npm run util:prep-build-reqs && vite --mode development",
"clean": "npm run util:clean-js-files && npm run util:clean-readmes && rimraf node_modules dist hydrate docs .turbo",
"clean": "npm run util:clean-js-files && rimraf node_modules dist hydrate docs .turbo",
"lint": "concurrently npm:lint:*",
"lint:html": "prettier --write \"**/*.html\" >/dev/null",
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
Expand All @@ -56,7 +56,6 @@
"test": "vitest run",
"test:watch": "vitest",
"util:clean-js-files": "rimraf --glob -- *.js {src,.storybook,support}/**/*.js",
"util:clean-readmes": "git restore src/components/*/readme.md",
"util:clean-tested-build": "npm ci && npm test && npm run build",
"util:copy-legacy-vscode-data": "cpy \"./dist/docs/vscode.html-custom-data.json\" \"./dist/extras/\" --rename=vscode-data.json --flat",
"util:copy-assets": "npm run util:copy-icons",
Expand Down