Switches from yarn to npm (#1591)

* remove yarn.lock

* reinstall with npm

* fix package.json

* update xrplf eslint

* fix all other instances of yarn
This commit is contained in:
Mayukha Vadari
2021-09-01 16:34:58 -04:00
parent 91cc9e0461
commit 62538a75b1
49 changed files with 15924 additions and 4811 deletions

View File

@@ -4,6 +4,6 @@ node_js:
- 12
- 13
script:
- yarn test
- yarn build
- yarn lint
- npm test
- npm build
- npm lint