Skip to content

Commit

Permalink
chore: add auto:version script
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Nov 22, 2021
1 parent ed5f0a7 commit f45a70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"postinstall": "preconstruct dev",
"version:bump": "lerna version",
"version:bump-next": "lerna version prerelease --preid alpha --exact",
"shipit": "cross-env TS_NODE_COMPILER_OPTIONS=\"{ \\\"module\\\": \\\"commonjs\\\", \\\"isolatedModules\\\": false }\" auto shipit -v",
"release": "yarn clean && yarn build && yarn shipit",
"shipit": "cross-env TS_NODE_COMPILER_OPTIONS=\"{ \\\"module\\\": \\\"commonjs\\\", \\\"isolatedModules\\\": false }\" auto shipit -v",
"auto:version": "cross-env TS_NODE_COMPILER_OPTIONS=\"{ \\\"module\\\": \\\"commonjs\\\", \\\"isolatedModules\\\": false }\" auto version -v",
"release-manual": "yarn prerelease-manual && lerna publish from-package --dist-tag next --pre-dist-tag next",
"prerelease-manual": "yarn clean && yarn build && yarn typecheck && yarn test --coverage",
"bump-version": "lerna version",
Expand Down

1 comment on commit f45a70f

@vercel
Copy link

@vercel vercel bot commented on f45a70f Nov 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.