File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,22 @@ Nx comes with local caching already built-in (check your `nx.json`). On CI you m
55
55
- [ Join the community] ( https://nx.dev/community )
56
56
- [ Subscribe to the Nx Youtube Channel] ( https://www.youtube.com/@nxdevtools )
57
57
- [ 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
+ ```
You can’t perform that action at this time.
0 commit comments