Skip to content

Commit

Permalink
fix(repo): fix lerna.json formatting during publish (#10639)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jun 8, 2022
1 parent 9d04d93 commit 88bcdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions lerna.json
@@ -1,7 +1,5 @@
{
"packages": [
"build/packages/*"
],
"packages": ["build/packages/*"],
"version": "14.2.2",
"granularPathspec": false,
"command": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"format": "nx format",
"nx-release": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/nx-release",
"prepublishOnly": "node ./scripts/update-package-group.js",
"version": "npx prettier lerna.json --write",
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
"local-registry": "./scripts/local-registry.sh",
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map",
Expand Down

0 comments on commit 88bcdd0

Please sign in to comment.