Skip to content

Commit 635d1ef

Browse files
committed
fix: adjusted CI pipeline configuration
1 parent f1ad8b9 commit 635d1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: ./.github/actions/prepare-install
7979
with:
8080
node-version: ${{ env.PRIMARY_NODE_VERSION }}
81-
- run: pnpm exec nx run generate-configs
81+
- run: pnpm run generate-configs
8282
- run: git status --porcelain
8383
- if: failure()
8484
run: echo "Outdated result detected from pnpm run generate-configs. Please check in any file changes."

0 commit comments

Comments
 (0)