Let's use npm instead of yarn

This commit is contained in:
Tamius Han 2019-09-14 23:01:02 +02:00
parent 287680d4de
commit ef9f106e18
3 changed files with 8472 additions and 5840 deletions

View File

@ -2,17 +2,13 @@
## Build platform ## Build platform
The extension is built on a PC running Manjaro Linux. Yarn is the package manager of choice. The extension is built on a PC running Manjaro Linux. npm and node are installed from repositories/aur.
Yarn version: 1.16.0
Node version: v11.15.0
## Installing dependencies ## Installing dependencies
`yarn install --frozen-lockfile` Run `npm ci`
According to Yarn documentation, that should install the exact version of dependencies that the extension is using.
## Reproducing build ## Reproducing build

8470
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

5834
yarn.lock

File diff suppressed because it is too large Load Diff