Skip to content

Commit 101b31a

Browse files
chore: Fix prettierignore
1 parent 049d58b commit 101b31a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/.next
22
**/.svelte-kit
33
**/build
4+
**/coverage
45
**/dist
56
/packages/codemods/**/__testfixtures__

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
88
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
99
"test": "pnpm run test:ci",
10-
"test:ci": "nx affected --targets=test:lib,test:types,test:eslint,test:format --parallel=5",
10+
"test:ci": "nx affected --targets=test:format,test:lib,test:types,test:eslint --parallel=5",
1111
"test:eslint": "nx affected --target=test:eslint --parallel=5",
1212
"test:format": "pnpm run prettier --check",
1313
"test:lib": "nx affected --target=test:lib --parallel=5",

0 commit comments

Comments
 (0)