From f9c476933a4984c01039632e40fbe58a4496ce9c Mon Sep 17 00:00:00 2001 From: Wilson Pinto Date: Wed, 17 May 2023 11:42:19 +0200 Subject: [PATCH] chore: rename script test for fixtures:payload (#20908) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09ef894fa5..678ea6d936 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "play:preview": "nuxi preview playground", "test": "pnpm test:fixtures && pnpm test:fixtures:payload && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:unit && pnpm typecheck", "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",