Skip to content

Commit

Permalink
chore: fix built projects not containing updated dependencies (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKelley authored May 10, 2024
1 parent 8aa69c2 commit 9e12e61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/packages/components"
"outputPath": "dist/packages/components",
"emptyOutDir": true
},
"configurations": {
"development": {
Expand Down
3 changes: 2 additions & 1 deletion packages/icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/packages/icons"
"outputPath": "dist/packages/icons",
"emptyOutDir": true
},
"configurations": {
"development": {
Expand Down
3 changes: 2 additions & 1 deletion packages/tokens/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/packages/tokens"
"outputPath": "dist/packages/tokens",
"emptyOutDir": true
},
"configurations": {
"development": {
Expand Down

0 comments on commit 9e12e61

Please sign in to comment.