Skip to content

Commit 70e4fdb

Browse files
ci: Remove codesandbox (#593)
1 parent 2c439e7 commit 70e4fdb

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.codesandbox/ci.json

-11
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"scripts": {
88
"clean": "pnpm --filter \"./packages/**\" run clean",
99
"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",
1110
"test": "pnpm run test:ci",
1211
"test:pr": "nx affected --targets=test:format,test:eslint,test:lib,test:types,test:build,build",
1312
"test:ci": "nx run-many --targets=test:format,test:eslint,test:lib,test:types,test:build,build",

0 commit comments

Comments
 (0)