Skip to content

Commit

Permalink
ci: remove unnecessary codesandbox:install script
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 14, 2024
1 parent 5b16649 commit e45bfaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"node": "18",
"installCommand": "codesandbox:install",
"sandboxes": []
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"build": "concurrently -r 'yarn:build:*'",
"build:r": "r -f cjs",
"build:ts": "tsc -p src",
"codesandbox:install": "yarn --ignore-engines",
"lint": "concurrently -r 'yarn:lint:*'",
"lint:es": "eslint . --cache -f friendly --max-warnings 10",
"lint:tsc": "tsc --noEmit",
Expand Down

0 comments on commit e45bfaf

Please sign in to comment.