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.
1 parent a2bb4e1 commit 646905bCopy full SHA for 646905b
package.json
@@ -43,6 +43,7 @@
43
],
44
"scripts": {
45
"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",
47
"test": "run-s -l test:lint test:spell* test:types test:ci",
48
"test:ci": "export CI=true; npm run test:jest -- --collectCoverage --coverageReporters=\"lcov\" --coverageReporters=\"json-summary\"",
49
"test:clearCache": "run-s test:jest -- --clearCache",
0 commit comments