Skip to content

Commit

Permalink
build(scss): including nx scss task in pipeling
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 26, 2024
1 parent 8b4fea2 commit 960fa72
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 1,642 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ jobs:
cache: npm
- run: npm ci
- run: npx nx affected --target=build --base=${{ github.event.pull_request.base.sha }}
- run: npx nx affected --target=build-scss --base=${{ github.event.pull_request.base.sha }}
16 changes: 8 additions & 8 deletions libs/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
},
"defaultConfiguration": "production"
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/libs/angular"],
"options": {
"jestConfig": "libs/angular/jest.config.js",
"passWithNoTests": true
}
},
"build-scss": {
"executor": "nx:run-commands",
"options": {
Expand All @@ -42,6 +34,14 @@
"parallel": false
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/libs/angular"],
"options": {
"jestConfig": "libs/angular/jest.config.js",
"passWithNoTests": true
}
},
"lint": {
"executor": "@nx/eslint:lint",
"options": {
Expand Down
Loading

0 comments on commit 960fa72

Please sign in to comment.