8000 chore: make clean non-interactive, add explicit @nrwl/jest (#6205) · adacio/typescript-eslint@447bb27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 447bb27

Browse files
authored
chore: make clean non-interactive, add explicit @nrwl/jest (typescript-eslint#6205)
1 parent d8ebe41 commit 447bb27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"check-docs": "nx run-many --target=check-docs --all --parallel",
2929
"check-format": "prettier --list-different .",
3030
"check-spelling": "cspell --config=.cspell.json \"**/*.{md,mdx,ts,mts,cts,js,cjs,mjs,tsx,jsx}\"",
31-
"clean": "lerna clean && lerna run clean",
31+
"clean": " 75FA lerna clean -y && nx run-many --target=clean",
3232
"format": "prettier --write .",
3333
"generate-contributors": "yarn ts-node --transpile-only ./tools/generate-contributors.ts",
3434
"generate-sponsors": "yarn ts-node --transpile-only ./tools/generate-sponsors.ts",
@@ -55,6 +55,7 @@
5555
"@babel/parser": "^7.20.3",
5656
"@babel/types": "^7.20.2",
5757
"@nrwl/nx-cloud": "15.0.2",
58+
"@nrwl/jest": "15.2.4",
5859
"@nrwl/workspace": "15.2.4",
5960
"@swc/core": "^1.3.1",
6061
"@swc/jest": "^0.2.21",

0 commit comments

Comments
 (0)
0