From 9d13d24c115546c92a049ff54637f2316057995f Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Wed, 27 Nov 2024 15:46:12 -0500 Subject: [PATCH] chore: add test:init script for monorepos --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6221b5bc144..f29dfe267a7 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "test:init:eleventy-deps": "cd tests/integration/__fixtures__/eleventy-site && pnpm install --frozen-lockfile", "test:init:hugo-deps": "npm ci --prefix tests/integration/__fixtures__/hugo-site --no-audit", "test:init:next-deps": "npm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit", + "test:init:monorepo-deps": "cd tests/integration/__fixtures__/monorepo && pnpm install --frozen-lockfile", "test:dev:vitest": "vitest run tests/unit/ && vitest run tests/integration", "test:ci:vitest:unit": "vitest run --coverage tests/unit/", "test:ci:vitest:integration": "vitest run --coverage tests/integration/",