We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c439e7 commit 70e4fdbCopy full SHA for 70e4fdb
.codesandbox/ci.json
package.json
@@ -7,7 +7,6 @@
7
"scripts": {
8
"clean": "pnpm --filter \"./packages/**\" run clean",
9
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
10
- "install:csb": "corepack enable && pnpm install --frozen-lockfile",
11
"test": "pnpm run test:ci",
12
"test:pr": "nx affected --targets=test:format,test:eslint,test:lib,test:types,test:build,build",
13
"test:ci": "nx run-many --targets=test:format,test:eslint,test:lib,test:types,test:build,build",
0 commit comments