Skip to content

Commit 646905b

Browse files
authored
build: changelog npm script (#5)
1 parent a2bb4e1 commit 646905b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
],
4444
"scripts": {
4545
"build:deps": "bash ./scripts/dependencies.sh --doctor -u --doctorTest \"npm run test\"",
46+
"release": "changelog --link-url https://github.com/cdcabrera/eslint-config-toolkit.git",
4647
"test": "run-s -l test:lint test:spell* test:types test:ci",
4748
"test:ci": "export CI=true; npm run test:jest -- --collectCoverage --coverageReporters=\"lcov\" --coverageReporters=\"json-summary\"",
4849
"test:clearCache": "run-s test:jest -- --clearCache",

0 commit comments

Comments
 (0)