Skip to content

Commit

Permalink
chore(misc): publish 14.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jun 8, 2022
1 parent ec100db commit 4000905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"build/packages/*"
],
"version": "14.2.3",
"packages": ["build/packages/*"],
"version": "14.2.4",
"granularPathspec": false,
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "nx format",
"nx-release": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/nx-release",
"prepublishOnly": "node ./scripts/update-package-group.js",
"postversion": "npx prettier lerna.json --write",
"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 4000905

Please sign in to comment.