Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
chore: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 7, 2021
1 parent 0311694 commit 964f2c6
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"dev": "tsc -w -p . --incremental --skipLibCheck",
"test": "jest --clearCache && jest --runInBand --forceExit",
"build": "rm -rf dist && tsc -p . --skipLibCheck",
"release": "bumpp -x 'yarn changelog' --all --push --commit --tag && yarn release",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prepublishOnly": "yarn build && yarn changelog"
"prepublishOnly": "yarn build"
},
"files": [
"dist"
Expand Down Expand Up @@ -73,6 +74,7 @@
"@types/jest": "^26.0.4",
"@types/node": "^14.0.14",
"@types/puppeteer": "^3.0.1",
"bumpp": "^7.1.1",
"conventional-changelog-cli": "^2.0.34",
"execa": "^4.0.2",
"jest": "^26.1.0",
Expand Down
Loading

0 comments on commit 964f2c6

Please sign in to comment.