We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec58af commit c1b237aCopy full SHA for c1b237a
README.md
@@ -35,21 +35,20 @@ yarn build --filter=<workspace>
35
### Run Storybook
36
37
```bash
38
-yarn storybook
+yarn dev
39
```
40
41
### Other Commands
42
43
| Command | Description |
44
|---|---|
45
-| `yarn dev` | Runs Storybook and Builds Figma plugin in watch mode |
46
| `yarn test` | Tests all workspaces |
47
| `yarn lint` | Lints all workspaces |
48
| `yarn typecheck` | Type checks all workspaces |
49
| `yarn clean` | Remove generated files |
50
| `yarn update-snapshot` | Update test snapshots of `bezier-react` |
51
52
-## Contribute
+## Contributing
53
54
See [contribution guide](CONTRIBUTING.md).
55
0 commit comments