We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3709ed5 commit 93f315bCopy full SHA for 93f315b
packages/@headlessui-react/package.json
@@ -22,6 +22,7 @@
22
"scripts": {
23
"playground": "next dev",
24
"playground:build": "next build",
25
+ "prepublishOnly": "npm run build",
26
"test": "../../scripts/test.sh",
27
"build": "../../scripts/build.sh",
28
"lint": "../../scripts/lint.sh"
packages/@headlessui-vue/package.json
"playground": "vite serve examples",
"playground:build": "NODE_ENV=production vite build examples",
0 commit comments