mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 04:19:43 +00:00
chore: attempt to fix release script (#411)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
|
||||
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
|
||||
"test": "pnpm run test:ci",
|
||||
"test:ci": "nx run-many --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,build,test:build",
|
||||
"test:ci": "nx affected --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,build,test:build",
|
||||
"test:eslint": "nx affected --target=test:eslint",
|
||||
"test:format": "pnpm run prettier --check",
|
||||
"test:lib": "nx affected --target=test:lib",
|
||||
|
||||
Reference in New Issue
Block a user