mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: replace Yarn with npm (#1993)
This commit is contained in:
parent
3d67d26c70
commit
96cfb4be44
20 changed files with 16641 additions and 9108 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "yarn build:index-docs && run-p dev:*",
|
||||
"dev": "npm run build:index-docs && run-p dev:*",
|
||||
"dev:routify": "cross-env NODE_ENV=development routify run",
|
||||
"dev:svite": "vite dev",
|
||||
"build": "run-s build:*",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"carbon-icons-svelte": "^12.10.0",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"mdsvex": "^0.10.6",
|
||||
"mdsvex": "^0.12.3",
|
||||
"minisearch": "^6.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.7.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue