Skip to content

Commit 0be2799

Browse files
authored
fix(ci): fixed nx cloud run (#6761)
1 parent 6908bb6 commit 0be2799

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/on-push-or-pull.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
with:
6262
path: ${{ env.CACHE_DIST_PATH }}
6363
key: dist-${{ github.run_id }}
64-
# - run: |
65-
# npx nx build ngx-bootstrap --runner=cloud --configuration=production
66-
# npx nx build --runner=cloud --configuration=production
6764
- run: |
6865
npx nx build ngx-bootstrap --configuration=production
6966
npx nx prerender --configuration=production

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
path: dist
5252
key: dist-${{ github.run_id }}
5353
- run: |
54-
npx nx build ngx-bootstrap --runner=cloud --configuration=production
55-
npx nx prerender --runner=cloud --configuration=production
54+
npx nx build ngx-bootstrap --configuration=production
55+
npx nx prerender --configuration=production
5656
5757
# update release notes in github
5858
# update_release_draft:

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
},
6666
"@nx/eslint:lint": {
67-
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
67+
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
6868
}
6969
},
7070
"useInferencePlugins": false,

0 commit comments

Comments
 (0)