[chore] update lazyrepo (#1211)

This commit is contained in:
David Sheldrick 2023-05-02 13:25:26 +01:00 committed by GitHub
parent 5ab93eef5f
commit f5c5b05dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 149 additions and 146 deletions

View file

@ -32,14 +32,14 @@
"files": [],
"scripts": {
"test": "lazy inherit",
"test:coverage": "lazy inherit",
"test-coverage": "lazy inherit",
"new-record": "node ./scripts/new-record.js",
"new-shape": "node ./scripts/new-shape.js",
"new-asset": "node ./scripts/new-asset.js",
"index": "node ./scripts/build-index.js && yarn format",
"format": "yarn run -T prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"build:package": "yarn run -T tsx ../../scripts/build-package.ts",
"build:api": "yarn run -T tsx ../../scripts/build-api.ts",
"build-package": "yarn run -T tsx ../../scripts/build-package.ts",
"build-api": "yarn run -T tsx ../../scripts/build-api.ts",
"prepack": "yarn run -T tsx ../../scripts/prepack.ts",
"postpack": "../../scripts/postpack.sh",
"pack-tarball": "yarn pack",
@ -47,7 +47,7 @@
},
"devDependencies": {
"kleur": "^4.1.5",
"lazyrepo": "0.0.0-alpha.22"
"lazyrepo": "0.0.0-alpha.26"
},
"jest": {
"preset": "config/jest/node",