We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4ae98 + 8b9ab56 commit c830da1Copy full SHA for c830da1
.release-it.json
@@ -6,8 +6,12 @@
6
},
7
"hooks": {
8
"after:bump": [
9
- "npm run changelog",
+ "yarn changelog",
10
"git add CHANGELOG.md"
11
+ ],
12
+ "before:npm:release": [
13
+ "rimraf lib",
14
+ "yarn build"
15
]
16
17
"npm": {
package.json
@@ -40,10 +40,12 @@
40
"react-dom": "^17.0.2",
41
"react-hooks-testing-library": "^0.6.0",
42
"release-it": "^14.11.6",
43
+ "rimraf": "^3.0.2",
44
"ts-jest": "^27.0.5",
45
"typescript": "^4.4.3"
46
47
"scripts": {
48
+ "rim": "rimraf lib",
49
"build": "yarn build:esm && yarn build:cjs",
50
"build:prod": "yarn build:prod:esm && yarn build:prod:cjs",
51
"build:watch": "yarn build:esm -w && yarn build:cjs -w",
0 commit comments