We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9981735 commit 6b89962Copy full SHA for 6b89962
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"lint": "npm run lint --workspaces --if-present",
28
"type-check": "npm run type-check --workspaces --if-present",
29
"test": "npm run test --workspaces --if-present",
30
- "lint:markdown": "npx markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
+ "lint:markdown": "npx markdownlint-cli2 \"**/*.md\" \"#**/node_modules\" \"#**/CHANGELOG.md\"",
31
"clean": "git clean -dfX",
32
"inso-start": "npm start --workspace=packages/insomnia-inso",
33
"inso-package": "npm run build:sr --workspace=packages/insomnia && npm run package --workspace=packages/insomnia-inso",
0 commit comments