mirror of
https://github.com/appium/appium.git
synced 2026-05-24 21:08:51 -05:00
d201d64b49
This should (hopefully) fix the Lerna issues we've been encountering. With this change, the root monorepo lists all packages as dependencies and uses relative `file:` URLs to do so. This means `lerna bootstrap` is no longer necessary. In addition, defaults to `--save-exact` in `npm install` and `lerna add`. Also installs peer dependencies of `@appium/eslint-config-appium`.
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# Do not disable package-lock. Disabling package-lock also disables npm-shrinkwrap
|
|
package-lock=true
|
|
save-exact=true
|
|
|