mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
chore: replace npm with Bun
This commit is contained in:
parent
cf267b9ad5
commit
043a60d564
4 changed files with 919 additions and 6017 deletions
|
@ -35,10 +35,10 @@
|
|||
"test:src-types": "tsc types/**/*.ts",
|
||||
"test:types": "svelte-check --workspace tests",
|
||||
"lint": "prettier --write --cache \"**/*.{svelte,md,js,json,ts}\"",
|
||||
"build:css": "node scripts/build-css",
|
||||
"build:docs": "node scripts/build-docs && node scripts/format-component-api",
|
||||
"build:css": "bun scripts/build-css",
|
||||
"build:docs": "bun scripts/build-docs && bun scripts/format-component-api",
|
||||
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
||||
"release": "standard-version && npm run build:docs"
|
||||
"release": "standard-version && bun build:docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ibm/telemetry-js": "^1.5.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue