Skip to content

Commit 94b76ca

Browse files
authored
Update package.json
1 parent 64bb4f8 commit 94b76ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offlinedocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"export": "yarn copy-images && next build && next export",
1010
"copy-images": "sh ./scripts/copyImages.sh",
11-
"lint": "yarn run lint:types && jest --selectProjects lint",
11+
"lint": "yarn run lint:types",
1212
"lint:fix": "FIX=true yarn lint",
1313
"lint:types": "tsc --noEmit",
1414
"format:check": "prettier --cache --check './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",

0 commit comments

Comments
 (0)