Skip to content

Commit 7222ecf

Browse files
committed
chore: fix build
1 parent f520d6c commit 7222ecf

File tree

6 files changed

+5637
-417
lines changed

6 files changed

+5637
-417
lines changed

Diff for: .github/workflows/cd.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818

1919
- run: npm ci
2020

21-
- run: npx nx workspace-lint
2221
- run: npx nx affected --target=lint --parallel=3
2322
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
2423
- run: npx nx affected --target=build --parallel=3
@@ -29,4 +28,4 @@ jobs:
2928
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
run: |
32-
npx nx affected --target=release
31+
npx nx run-many --target release --all

Diff for: .github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232

3333
- run: npm ci
3434

35-
- run: npx nx workspace-lint
3635
- run: npx nx affected --target=lint --parallel=3
3736
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
3837
- run: npx nx affected --target=build --parallel=3

Diff for: .github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
main-branch-name: master
4646
- name: NPM clean install
4747
run: npm ci
48-
- run: npx nx workspace-lint
4948
- run: npx nx affected --target=lint --parallel=3
5049
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
5150
- run: npx nx affected --target=build --parallel=3

Diff for: apps/api/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"build": {
8-
"executor": "@nrwl/webpack:webpack",
8+
"executor": "@nx/webpack:webpack",
99
"outputs": ["{options.outputPath}"],
1010
"options": {
1111
"outputPath": "dist/apps/api",

0 commit comments

Comments
 (0)