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 31ee3c1Copy full SHA for 31ee3c1
README.md
@@ -35,23 +35,22 @@ 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).
+See [contributing guide](CONTRIBUTING.md).
55
56
## Maintainers
57
0 commit comments