@aexol/axolotl-scripts
v2.1.9
Published
Internal maintenance scripts for the monorepo. The current tool synchronizes package versions across workspaces and updates internal dependency ranges to the root version.
Readme
@aexol/axolotl-scripts
Internal maintenance scripts for the monorepo. The current tool synchronizes package versions across workspaces and updates internal dependency ranges to the root version.
What’s here
src/packages.ts– bumps each package.json version to the root version and rewrites internal deps to^<rootVersion>for packages found inpackages/,adapters/, andexamples/.
Run
cd packages/scripts
node lib/packages.jsNote: build first if needed: npm run build --ws --if-present.
