Skip to content

Commit

Permalink
fix(dx): bump auto-generated package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 9, 2022
1 parent da606ec commit b8a1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"lint": "eslint ..",
"lint:fix": "eslint .. --fix",
"commit": "cd .. && git cz",
"release": "cd .. && bumpp .stacks/package.json apps/**/package.json package.json --execute 'pnpm run changelog' --all",
"release": "cd .. && bumpp .stacks/package.json .stacks/**/package.json apps/**/package.json package.json --execute 'pnpm run changelog' --all",
"changelog": "cd .. && conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"size": "esno src/scripts/size.ts",
"test": "vitest --config vitest.config.ts",
Expand Down

0 comments on commit b8a1973

Please sign in to comment.