Skip to content

Commit c239705

Browse files
committed
fix: remove examples exclusion from test commands in package.json
1 parent 098d215 commit c239705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
1111
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
1212
"test": "pnpm run test:ci",
13-
"test:pr": "nx affected --targets=test:lib,test:types,test:eslint,build,test:build --exclude=examples/**",
14-
"test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,build,test:build --exclude=examples/**",
13+
"test:pr": "nx affected --targets=test:lib,test:types,test:eslint,build,test:build",
14+
"test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,build,test:build",
1515
"test:react:17": "nx affected --target=test:lib",
1616
"test:eslint": "nx affected --target=test:eslint",
1717
"test:format": "pnpm run prettier --check",

0 commit comments

Comments
 (0)