We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7d9de commit 4761facCopy full SHA for 4761fac
1 file changed
package.json
@@ -28,8 +28,9 @@
28
"build:docs:jekyll": "cd docs && bundle exec jekyll build",
29
"build:docs:reference": "typedoc --json docs/_data/reference.json",
30
"clean": "tsc --build --clean",
31
- "lint": "eslint .",
32
- "pretest": "npm run build"
+ "lint": "eslint . --ignore-path .gitignore",
+ "pretest": "npm run build",
33
+ "test": "npm run lint && karma start test/karma.config.cjs",
34
},
35
"prettier": "@github/prettier-config",
36
"devDependencies": {
0 commit comments