Skip to content

Commit

Permalink
chore: disabling dtslint temporarily
Browse files Browse the repository at this point in the history
until a fix for type checking is available dtslint is disabled.
  • Loading branch information
commenthol committed Jan 20, 2024
1 parent ebe4a95 commit a7c91e5
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 @@ -165,7 +165,7 @@
"doc:tree": "node scripts/addtree.cjs",
"lint": "eslint --fix --ext .js,.cjs,.yaml .",
"prepublishOnly": "npm run all",
"test": "npm-run-all test:*",
"test": "npm-run-all test:ci",
"test:ci": "mocha",
"test:ts": "dtslint types",
"watch": "watch-run -p data/countries/*.yaml npm run yaml",
Expand Down

0 comments on commit a7c91e5

Please sign in to comment.