From 882c144e10ed80dcdb048cc44e64755e92e685a1 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 17 Apr 2024 11:02:05 +0100 Subject: [PATCH] chore: add name for `app-vitest-full` --- examples/app-vitest-full/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/app-vitest-full/package.json b/examples/app-vitest-full/package.json index b929a6566..3481160e6 100644 --- a/examples/app-vitest-full/package.json +++ b/examples/app-vitest-full/package.json @@ -1,5 +1,6 @@ { "private": true, + "name": "example-app-vitest-full", "type": "module", "scripts": { "build": "nuxt build",