Skip to content

Commit b95f095

Browse files
added some spaces to contributing
1 parent 2f50cbb commit b95f095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contributing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pnpm i
1717
This will install dependencies and link all of the local packages together using [pnpm workspaces](https://pnpm.io/workspaces). This includes the example projects which point to the local version of your packages. When publishing, `"foo": "workspace:*"` will be transformed to point to the current version.
1818

1919
### Running development tasks
20+
2021
With development tasks, each package will be compiled into their respective `build` folders. Because they run `tsup --watch`, every time you make a change to one of the packages, the build will be updated automatically as long as this command is running.
2122

2223
We recommend running the `notion-x-example-minimal` example.
@@ -38,7 +39,9 @@ Sometimes, this process gets a little out of whack, and if you're not sure what'
3839
If you're seeing something unexpected while debugging one of the Next.js demos, try running `turbo clean` to refresh the cache before running `turbo dev` again.
3940

4041
### Build task
42+
4143
Simply run the following command from the repository's root
44+
4245
```
4346
turbo build
44-
```
47+
```

0 commit comments

Comments
 (0)