We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ad8b9 commit 635d1efCopy full SHA for 635d1ef
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: ./.github/actions/prepare-install
79
with:
80
node-version: ${{ env.PRIMARY_NODE_VERSION }}
81
- - run: pnpm exec nx run generate-configs
+ - run: pnpm run generate-configs
82
- run: git status --porcelain
83
- if: failure()
84
run: echo "Outdated result detected from pnpm run generate-configs. Please check in any file changes."
0 commit comments