From b5345dec9724dc52a96bc82bcfa3528d5e152c94 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 23 Jan 2025 13:17:31 +0100 Subject: [PATCH] adjust `changeset-version` command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98fdb07a..6724fbfc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "docs": "api-documenter markdown --input-folder temp --output-folder docs", "build:libs": "yarn workspaces foreach --all --include \"@apollo/*\" run build", "build:docmodel": "yarn workspaces foreach --all --include \"@apollo/*\" exec api-extractor run", - "changeset-version": "changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn && cd integration-test && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn build:libs" + "changeset-version": "changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --mode=skip-build && cd integration-test && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn build:libs" }, "resolutions": { "@microsoft/api-documenter": "7.24.1",