Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 9627ea9

Browse files
committed
Add release-it to manage npm releases
1 parent 33eb776 commit 9627ea9

File tree

2 files changed

+1019
-30
lines changed

2 files changed

+1019
-30
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"stylelint-selector-bem-pattern": "^2.1.0",
6262
"typescript": "^3.6.3"
6363
},
64+
"devDependencies": {
65+
"release-it": "^12.4.3"
66+
},
6467
"peerDependencies": {
6568
"@babel/core": "^7.6.2",
6669
"@typescript-eslint/eslint-plugin": "^2.3.2",
@@ -72,6 +75,7 @@
7275
"scripts": {
7376
"eslint": "eslint --fix ./scss ./ts",
7477
"fix": "run-s eslint prettier",
75-
"prettier": "prettier --write './**/*.{js,ts}'"
78+
"prettier": "prettier --write './**/*.{js,ts}'",
79+
"release": "release-it"
7680
}
7781
}

0 commit comments

Comments
 (0)