mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: decouple typegen/docgen from yarn build:lib
(#1038)
* chore(deps-dev): upgrade sveld to v0.13.1 * build: separate sveld into a separate build script * docs(contributing): update guideline on re-building docs
This commit is contained in:
parent
fd040b3b66
commit
e37b632fef
5 changed files with 77 additions and 76 deletions
|
@ -16,6 +16,7 @@
|
|||
"test:preprocess": "node tests/preprocess",
|
||||
"build:css": "node scripts/build-css",
|
||||
"build:api": "node scripts/build-api",
|
||||
"build:docs": "node scripts/build-docs",
|
||||
"build:lib": "rollup -c",
|
||||
"prepack": "run-p build:*",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\""
|
||||
|
@ -41,7 +42,7 @@
|
|||
"rollup-plugin-svelte": "^7.1.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"sass": "^1.42.1",
|
||||
"sveld": "^0.12.1",
|
||||
"sveld": "^0.13.1",
|
||||
"svelte": "^3.45.0",
|
||||
"svelte-check": "^1.1.32",
|
||||
"typescript": "^4.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue