Commit Graph

4 Commits

Author SHA1 Message Date
Christopher Hiller
faa92e2bb1 chore: use foreground-scripts=true in .npmrc
this will give more visibility into what is happening during install
2022-12-06 11:21:05 -08:00
Christopher Hiller
d201d64b49 fix: use relative package references
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`.
2021-11-18 12:08:50 -08:00
Dan Graham
038e068880 Re-enable package-lock.json (#10660) 2018-05-08 07:14:54 -07:00
Isaac Murchie
8e551ab985 Stop making package-lock.json file 2018-01-17 10:04:34 -05:00