Explorar o código

chore: yarn.lock was out-of-sync

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan %!s(int64=5) %!d(string=hai) anos
pai
achega
090058a522
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -293,3 +293,13 @@ docker-compose exec mongo mongo admin
 use musare
 db.auth("MUSAREDBUSER","MUSAREDBPASSWORD")
 db.users.update({username: "USERNAME"}, {$set: {role: "admin"}})
+```
+
+### Adding a package
+
+We use lerna to add an additional package to either the frontend or the backend.
+
+For example, this is how we would to add the `webpack-bundle-analyser` package as a dev-dependency to the frontend:
+```
+npx lerna add webpack-bundle-analyser --scope=musare-frontend --dev
+```