Skip to content

Commit b8d4a88

Browse files
committed
docs: add notes to README
1 parent 89c5db3 commit b8d4a88

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,22 @@ Nx comes with local caching already built-in (check your `nx.json`). On CI you m
5555
- [Join the community](https://nx.dev/community)
5656
- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)
5757
- [Follow us on Twitter](https://twitter.com/nxdevtools)
58+
59+
## Contributing
60+
61+
```shell
62+
yarn nx test preset-lumberjack --watch
63+
```
64+
65+
```shell
66+
yarn nx e2e preset-lumberjack-e2e
67+
```
68+
69+
```shell
70+
yarn nx g @nx/plugin:plugin preset-lumberjack --directory packages/preset-lumberjack --project-name-and-root-forma
71+
t as-provided --import-path=@create-solana-game/preset-lumberjack --publishable --e2e-test-runner jest
72+
```
73+
74+
```shell
75+
yarn ts-node add-template-suffix.ts ./packages/preset-lumberjack/src/generators/preset/files/
76+
```

0 commit comments

Comments
 (0)