Skip to content

Commit

Permalink
fix: fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Feb 20, 2024
1 parent bfe1b33 commit efaaae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/content/question-bank-type/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"compile": {
"executor": "@cf/providers/question-bank:compile",
"options": {
"contentFolder": "libs/content/question-bank-atpl/content",
"flashcardsFolder": "libs/content/question-bank-atpl/flashcards",
"compileFolder": "apps/next-app/public/content/atpl",
"contentFolder": "{projectRoot}/content",
"flashcardsFolder": "{projectRoot}/flashcards",
"compileFolder": "apps/next-app/public/content/tye",
"questionBank": "type"
}
}
Expand Down

0 comments on commit efaaae5

Please sign in to comment.