diff --git a/packages/@headlessui-react/package.json b/packages/@headlessui-react/package.json index d8f2b7c..1361d85 100644 --- a/packages/@headlessui-react/package.json +++ b/packages/@headlessui-react/package.json @@ -21,6 +21,7 @@ }, "scripts": { "playground": "next dev", + "playground:build": "next build", "test": "../../scripts/test.sh", "build": "../../scripts/build.sh", "lint": "../../scripts/lint.sh"