mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
doc: recommend make electron-develop
to clean dependency tree (#974)
Because of NPM shrinkwrap, we recommend having a clean dependency tree in `CONTRIBUTING.md` before upgrading a dependency. We currently recommend maually wiping out `node_modules`, but since the `electron-develop` make target already does that, is more user friendly to recommend that instead. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
8e7599b366
commit
99538e3120
@ -37,7 +37,7 @@ dependency.
|
||||
|
||||
Use the following steps to ensure everything goes flawlessly:
|
||||
|
||||
- Delete your `node_modules/` to ensure you don't have extraneous dependencies
|
||||
- Run `make electron-develop` to ensure you don't have extraneous dependencies
|
||||
you might have brought during development, or you are running older
|
||||
dependencies because you come from another branch or reference.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user