Skip to content

Commit

Permalink
chore: don't spellcheck changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jul 30, 2023
1 parent 80a1d9e commit 198367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"preintegration": "npm run build",
"integration": "node --enable-source-maps ./dist/test/integration/runTests.js",
"unit": "jest --config test/unit/jest.config.ts",
"spellcheck": "cspell **/*.ts **/*.md",
"spellcheck": "cspell **/*.ts README.md",
"lint": "eslint --max-warnings=0 **/*.ts",
"prepare": "husky install",
"clean": "rimraf dist .vscode-test"
Expand Down

0 comments on commit 198367b

Please sign in to comment.