From e45bfaf8bf618823aa179412eb74f5b98a041309 Mon Sep 17 00:00:00 2001 From: JounQin Date: Sun, 14 Jul 2024 20:09:33 +0800 Subject: [PATCH] ci: remove unnecessary codesandbox:install script --- .codesandbox/ci.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6a642b213..f39103e69 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,4 @@ { "node": "18", - "installCommand": "codesandbox:install", "sandboxes": [] } diff --git a/package.json b/package.json index f7ad582b7..ba36d20c4 100644 --- a/package.json +++ b/package.json @@ -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",