Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d9d503d

Browse files
committed
docs: remove bootstrap command
1 parent 2eda9f4 commit d9d503d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ If you are looking to build a new component, and it has been approved by the tea
5757
**`yarn install`**: bootstraps the entire project, symlinks all dependencies for
5858
cross-component development and builds all components.
5959

60-
**`yarn bootstrap`**: bootstraps the entire project and symlinks all
61-
dependencies for cross-component development.
62-
6360
**`yarn playground:dev`**: starts components playground server and loads stories in SFCs in the `packages/**/examples/*.vue` file.
6461

6562
**`yarn docs:dev`**: run the documentation site locally.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build:types": "ts-node scripts/generate-global-types.ts",
4343
"postbuild": "yarn build:types && yarn size",
4444
"start": "preconstruct watch",
45-
"csb:install": "yarn && yarn bootstrap",
45+
"csb:install": "yarn",
4646
"scaffold": "hygen generator",
4747
"release": "yarn changeset publish",
4848
"preplaygound:dev": "node ./scripts/dev.js",

0 commit comments

Comments
 (0)