Skip to content

Commit 9c6ffeb

Browse files
committed
Add a release script
(sorted alphabetically)
1 parent 13dd1d1 commit 9c6ffeb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
"docs"
2121
],
2222
"scripts": {
23+
"format": "yarn prettier '**/*.{hbs,js,json,yml}' --write",
2324
"lint": "npm-run-all lint:* --continue-on-error",
2425
"lint:docs": "markdownlint 'docs/**/*.md'",
2526
"lint:js": "eslint . --cache",
26-
"test": "mocha --recursive",
27-
"format": "yarn prettier '**/*.{hbs,js,json,yml}' --write"
27+
"release": "release-it",
28+
"test": "mocha --recursive"
2829
},
2930
"dependencies": {
3031
"prettier-linter-helpers": "^1.0.0"

0 commit comments

Comments
 (0)