Skip to content

Commit

Permalink
fix(SLB-201): remove wrong output definition
Browse files Browse the repository at this point in the history
Mistakenly added. They should be in @custom/schema
  • Loading branch information
pmelab committed Jan 23, 2024
1 parent 28e981e commit e3d67f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/ui/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"tsconfig.json",
"static/public/**"
],
"outputs": [
"build/**/*.js",
"../../apps/cms/autoload.json",
"../../apps/website/autoload.mjs"
]
"outputs": ["build/**/*.js"]
},
"prep:types": {
"dependsOn": ["^prep"],
Expand Down

0 comments on commit e3d67f3

Please sign in to comment.