diff --git a/package.json b/package.json index cc48752a14e8..59bc425cc56d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "ls-lint": "npx @ls-lint/ls-lint", "nuxt": "jiti ./packages/cli/bin/nuxt-cli.js", "pkg": "jiti ./scripts/pkg.js", - "test": "yarn test:fixtures && yarn test:dev && yarn test:unit && test:types", + "test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types", "test:dev": "jest test/dev --forceExit --runInBand", "test:e2e": "jest -i test/e2e --forceExit", "test:fixtures": "jest test/fixtures --forceExit",