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 3139fc3 commit fdc0812Copy full SHA for fdc0812
package.json
@@ -27,7 +27,8 @@
27
"build": "tsc --project tsconfig.build.json",
28
"build:clean": "rimraf dist && yarn build",
29
"build:docs": "typedoc",
30
- "lint": "yarn lint:eslint && yarn lint:misc --check",
+ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
31
+ "lint:changelog": "auto-changelog validate",
32
"lint:eslint": "eslint . --cache --ext js,ts",
33
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
34
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
0 commit comments