Browse Source

chore(docs): Add removing .gitignore step for creating a new package

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/971/head
jld3103 1 year ago
parent
commit
143de08735
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 1
      docs/workflows.md

1
docs/workflows.md

@ -8,3 +8,4 @@ If you need to add a new package to the Neon project please make sure to execute
3. Regenerate the dependency overrides by executing `melos bootstrap`.
4. Add a Symlink to our main [license](../LICENSE).
5. Update [commitlint.yaml](../commitlint.yaml) by adding the new package name.
6. Remove the package `.gitignore` (a global `.gitignore` for all packages is used instead).

Loading…
Cancel
Save