Skip to content

Commit

Permalink
adjust changeset-version command
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 23, 2025
1 parent b882a4f commit b5345de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b5345de

Please sign in to comment.