Skip to content

Commit

Permalink
feat: update package.json scripts for independent versioning
Browse files Browse the repository at this point in the history
- Remove version matching from build:packages script
- Update publish:packages script to use independent flag

Co-Authored-By: anson@litprotocol.com <anson@litprotocol.com>
  • Loading branch information
devin-ai-integration[bot] and anson@litprotocol.com committed Jan 2, 2025
1 parent 2485351 commit 76d1151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"reset": "rm -rf ./dist/packages && yarn reset:dev",
"build": "yarn build:packages",
"build:dev": "yarn tools --remove-local-dev && rm -rf ./dist && yarn tools check --no-empty-directories=true && yarn tools fixTsConfig && yarn tools --match-versions && yarn nx run-many --target=build && yarn tools --setup-local-dev && yarn build:verify",
"build:packages": "yarn tools --remove-local-dev && rm -rf ./dist && yarn tools check --no-empty-directories=true && yarn tools fixTsConfig && yarn tools --match-versions && yarn nx run-many --target=build && yarn tools --setup-local-dev && yarn gen:readme && yarn build:verify && yarn nx format:write --all",
"build:packages": "yarn tools --remove-local-dev && rm -rf ./dist && yarn tools check --no-empty-directories=true && yarn tools fixTsConfig && yarn nx run-many --target=build && yarn tools --setup-local-dev && yarn gen:readme && yarn build:verify && yarn nx format:write --all",
"build:target": "yarn node tools/scripts/build.mjs",
"build:setupLocalDev": "yarn tools --setup-local-dev",
"build:verify": "yarn tools --verify",
Expand All @@ -20,7 +20,7 @@
"test:unit": "nx run-many --target=test",
"test:unit:watch": "nx run-many --target=test --watch",
"test:unit:bun": "bun ./tools/scripts/unit-test-with-bun.mjs",
"publish:packages": "yarn node ./tools/scripts/pub.mjs --prod",
"publish:packages": "yarn node ./tools/scripts/pub.mjs --independent",
"publish:beta": "yarn node ./tools/scripts/pub.mjs --tag beta",
"publish:staging": "yarn node ./tools/scripts/pub.mjs --tag staging",
"gen:docs": "node ./tools/scripts/gen-doc.mjs",
Expand Down

0 comments on commit 76d1151

Please sign in to comment.