Skip to content

Commit 947bf7a

Browse files
committed
only build @headlessui/react and @headlessui/vue
This used to also build the individual playground packages but that's not needed on CI (nor locally). Because Vercel will build them for us. This will safe us some time on CI, since we can run them in parallel now and only build the actual libraries.
1 parent bef07b3 commit 947bf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"playground-vue": "yarn workspace playground-vue dev",
1818
"vue-playground": "yarn workspace playground-vue dev",
1919
"clean": "yarn workspaces run clean",
20-
"build": "yarn workspaces run build",
20+
"build": "npm-run-all -p 'react build' 'vue build'",
2121
"test": "./scripts/test.sh",
2222
"lint": "./scripts/lint.sh",
2323
"lint-check": "CI=true ./scripts/lint.sh"

0 commit comments

Comments
 (0)