Skip to content

Commit 938a0f2

Browse files
chore: add lint to ci (#118)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7adf679 commit 938a0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"format:other": "npm run prettier -- --write",
6262
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
6363
"prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
64-
"test": "jest",
64+
"test": "run-s test:jest lint",
65+
"test:jest": "jest",
6566
"watch": "tsc --watch"
6667
},
6768
"engines": {

0 commit comments

Comments
 (0)