fix: downgrade lerna (#2341)

* downgrade lerna

* remove npx
This commit is contained in:
Mayukha Vadari
2023-06-12 18:04:29 -04:00
committed by GitHub
parent 44995a7e49
commit 848e5bbe78
3 changed files with 5021 additions and 7738 deletions

12755
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@
"https-browserify": "^1.0.0",
"jest": "^29.3.1",
"jest-mock": "^29.3.1",
"lerna": "^6.6.2",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15",
"path-browserify": "1.0.1",

View File

@@ -60,7 +60,7 @@
"watch": "run-s build:lib --watch",
"clean": "rm -rf dist build coverage",
"docgen": "tsc --build tsconfig.docs.json && typedoc && echo js.xrpl.org >> ../../docs/CNAME",
"prepublish": "npx run-s clean build",
"prepublish": "run-s clean build",
"test": "jest --config=jest.config.unit.js --verbose false --silent=false",
"test:integration": "TS_NODE_PROJECT=tsconfig.build.json jest --config=jest.config.integration.js --verbose false --silent=false --runInBand",
"test:browser": "npm run build && npm run build:browserTests && karma start ./karma.config.js --single-run",