From 41a2c25126db9740e9058f6faf09ac5fb073a6a6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Jul 2024 22:04:25 +0100 Subject: [PATCH] chore: reorder prepare step --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60520cded4..62bc19f55e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build:stub": "pnpm dev:prepare", "cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'", "dev": "pnpm play", - "dev:prepare": "nuxi prepare && pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build", + "dev:prepare": "pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build && nuxi prepare", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",