Skip to content

Commit ea155f1

Browse files
authored
chore: attempt to fix release script (#411)
1 parent f006b8e commit ea155f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
1010
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
1111
"test": "pnpm run test:ci",
12-
"test:ci": "nx run-many --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,build,test:build",
12+
"test:ci": "nx affected --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,build,test:build",
1313
"test:eslint": "nx affected --target=test:eslint",
1414
"test:format": "pnpm run prettier --check",
1515
"test:lib": "nx affected --target=test:lib",

0 commit comments

Comments
 (0)