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
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"build:license-checker": "license-checker --csv --out var/licenses.csv",
"clean": "shx rm -rf lib",
"flow": "echo this is not a flow project",
"git:commit": "git add package.json .yarn/versions && git commit -m v${npm_package_version}",
"git:push": "git push --follow-tags",
"git:tag": "git tag -a v${npm_package_version} -m v${npm_package_version}",
"prepack": "yarn run build && yarn run build:flowtypes",
"prerelease": "yarn version apply && yarn run version:feature $0",
"publish:patch": "yarn version patch && yarn publish:sync",
Expand Down
Loading