Skip to content
Merged
Changes from all 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
chore: version automation commands
  • Loading branch information
KovacZan committed Aug 16, 2021
commit ebfd2feffaec94d9642574f5332c0cca68fdfe68
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"version": "yarn workspaces foreach version",
"version:apply": "yarn workspaces foreach version apply",
"version:check": "yarn version check --interactive",
"format": "yarn lint && yarn prettier",
"version:beta": "yarn workspaces foreach version prerelease",
"version:patch": "yarn workspaces foreach version patch",
"format": "yarn lint && yarn prettier",
"lint": "eslint packages/**/src/** --ext .ts --fix",
"lint:tests": "eslint packages/**/__tests__/** --ext .ts --fix",
"prettier": "prettier --write \"./*.{ts,js,json,md}\" \"./**/*.{ts,js,json,md}\"",
Expand Down