From c6a06f011bb3945bbd66bc15271c1996a9bf0c97 Mon Sep 17 00:00:00 2001 From: Wilson Pinto Date: Wed, 17 May 2023 11:01:21 +0200 Subject: [PATCH] chore(script): rename script test for fixtures:payload --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48bb566f510f..b8ccf5226a1b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "play:build": "nuxi build playground", "play:preview": "nuxi preview playground", "test:fixtures": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/runtime-compiler && vitest run --dir test", - "text:fixtures:payload": "TEST_PAYLOAD=js pnpm test:fixtures", + "test:fixtures:payload": "TEST_PAYLOAD=js pnpm test:fixtures", "test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures", "test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures", "test:types": "nuxi prepare test/fixtures/basic && cd test/fixtures/basic && npx vue-tsc --noEmit",