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:
Eric Liu 2022-01-24 14:16:31 -08:00 committed by GitHub
commit e37b632fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 77 additions and 76 deletions

View file

@ -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"