Skip to content

Commit

Permalink
Add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Jan 13, 2021
1 parent 44ff77e commit 9d03df0
Show file tree
Hide file tree
Showing 3 changed files with 1,600 additions and 25 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"github": {
"release": true
},
"npm": {
"publish": true
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "tsc -b tsconfig.build.json && pnpm run bundle:esm && pnpm run bundle:cjs",
"bundle:esm": "rollup build/index.js --format esm --file build/bundle.esm.js",
"bundle:cjs": "rollup build/index.js --format cjs --file build/bundle.cjs.js",
"release": "pnpm run prepublishOnly && release-it",
"format": "prettier --write './{src,test,perf}/**/*'",
"test": "nyc --reporter text --reporter html pnpm run test:no_cover",
"test:ci": "nyc --reporter text --reporter json pnpm run test:no_cover",
Expand All @@ -30,6 +31,7 @@
"most": "^1.8.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"release-it": "^14.2.2",
"rollup": "^1.29.1",
"rxjs": "^6.5.4",
"ts-node": "^8.6.2",
Expand Down
Loading

0 comments on commit 9d03df0

Please sign in to comment.