Skip to content

Commit d1fe578

Browse files
committed
Split lint from yarn test
1 parent dd5b5ff commit d1fe578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"build:types": "node ./scripts/build-types.mjs",
5353
"coverage": "jest --coverage",
5454
"lint": "eslint . --cache --ext cjs,mjs,ts,md",
55-
"test": "yarn lint && jest"
55+
"test": "jest"
5656
},
5757
"devDependencies": {
5858
"@microsoft/api-extractor": "^7.31.2",

0 commit comments

Comments
 (0)