Skip to content

Commit

Permalink
ci: Remove codesandbox (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Feb 3, 2024
1 parent 2c439e7 commit 70e4fdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .codesandbox/ci.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
"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:pr": "nx affected --targets=test:format,test:eslint,test:lib,test:types,test:build,build",
"test:ci": "nx run-many --targets=test:format,test:eslint,test:lib,test:types,test:build,build",
Expand Down

0 comments on commit 70e4fdb

Please sign in to comment.