Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/warm-pants-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lg-tools/install': patch
---

Adds `postversion` script to ensture the ALL_PACKAGES.ts file gets updated correctly when new packages are added
3 changes: 2 additions & 1 deletion tools/install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"prebuild": "npx ts-node ./scripts/writePackageNames.ts",
"build": "lg-build bundle",
"tsc": "lg-build tsc"
"tsc": "lg-build tsc",
"postversion": "npx ts-node ./scripts/writePackageNames.ts"
},
"publishConfig": {
"access": "public"
Expand Down