Skip to content

Commit db93e8d

Browse files
a-magdyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 67041ce commit db93e8d

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
@@ -70,7 +70,7 @@
7070
"lint-staged": {
7171
"*.{js,ts,json,md,html,yml,yaml}": "prettier --write",
7272
"*.ts": [
73-
"bash -c 'tslint -p tsconfig.json'"
73+
"tslint -p tsconfig.json"
7474
]
7575
}
7676
}

0 commit comments

Comments
 (0)