Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 25b9c81

Browse files
committed
➕ (release) Add release-it dev dependencie
1 parent 0a79e9b commit 25b9c81

2 files changed

Lines changed: 1504 additions & 64 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test:unit:ci": "jest --runInBand",
2626
"test:type": "tsc --noEmit",
2727
"test": "yarn test:lint && yarn test:unit && yarn test:type",
28-
"test:ci": "yarn test:lint && yarn test:unit:ci && yarn test:type"
28+
"test:ci": "yarn test:lint && yarn test:unit:ci && yarn test:type",
29+
"release": "release-it"
2930
},
3031
"devDependencies": {
3132
"@babel/core": "^7.4.3",
@@ -44,6 +45,7 @@
4445
"react": "16.8.3",
4546
"react-native": "0.59.3",
4647
"react-test-renderer": "^16.8.6",
48+
"release-it": "^10.4.2",
4749
"tslint": "^5.15.0",
4850
"typescript": "^3.4.3"
4951
}

0 commit comments

Comments
 (0)