diff --git a/swc-plugin-registry/package.json b/swc-plugin-registry/package.json index 9d49e96..2cca46f 100644 --- a/swc-plugin-registry/package.json +++ b/swc-plugin-registry/package.json @@ -3,7 +3,7 @@ "private": true, "scripts": { "dev": "next dev -p 50000", - "build": "next build", + "build:next": "next build", "start": "next start", "lint": "next lint" },