chore: build ui-templates first

This commit is contained in:
Daniel Roe 2024-05-01 18:02:41 +01:00
parent 8b67a19af6
commit 1add938a58
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm --filter './packages/**' prepack",
"build": "pnpm --filter @nuxt/ui-templates prepack && pnpm --filter './packages/[^u]**' prepack",
"build:stub": "pnpm dev:prepare",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
"dev": "pnpm play",