Skip to content

Commit

Permalink
update the build executor
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Nov 7, 2024
1 parent ebfc3a0 commit 14ecc6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/openchallenges/app-tailwind/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "openchallenges-app-tailwind",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"prefix": "app",
"sourceRoot": "apps/openchallenges/app-tailwind/src",
"tags": [],
"prefix": "openchallenges",
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:application",
"executor": "@nx/angular:application",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/openchallenges/app-tailwind",
Expand Down

0 comments on commit 14ecc6a

Please sign in to comment.