diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 6296c4d1a0..7aa4a69e3d 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -13,7 +13,7 @@ "scripts": { "build": "pnpm run build:explorer && pnpm run build:bin", "build:bin": "tsup", - "build:explorer": "next build && cp -r .next/static .next/standalone/packages/explorer/.next", + "build:explorer": "next build && npx shx cp -r .next/static .next/standalone/packages/explorer/.next", "clean": "pnpm run clean:explorer && pnpm run clean:bin", "clean:bin": "npx shx rm -rf dist", "clean:explorer": "npx shx rm -rf .next .turbo",