Skip to content

Commit 4761fac

Browse files
authored
fix rebase errors
1 parent fa7d9de commit 4761fac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"build:docs:jekyll": "cd docs && bundle exec jekyll build",
2929
"build:docs:reference": "typedoc --json docs/_data/reference.json",
3030
"clean": "tsc --build --clean",
31-
"lint": "eslint .",
32-
"pretest": "npm run build"
31+
"lint": "eslint . --ignore-path .gitignore",
32+
"pretest": "npm run build",
33+
"test": "npm run lint && karma start test/karma.config.cjs",
3334
},
3435
"prettier": "@github/prettier-config",
3536
"devDependencies": {

0 commit comments

Comments
 (0)