Skip to content

Commit 4279ccf

Browse files
authored
chore: fix syntax error in package.json
1 parent 4761fac commit 4279ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clean": "tsc --build --clean",
3131
"lint": "eslint . --ignore-path .gitignore",
3232
"pretest": "npm run build",
33-
"test": "npm run lint && karma start test/karma.config.cjs",
33+
"test": "npm run lint && karma start test/karma.config.cjs"
3434
},
3535
"prettier": "@github/prettier-config",
3636
"devDependencies": {

0 commit comments

Comments
 (0)