Skip to content

Commit

Permalink
Build fixes (#4959)
Browse files Browse the repository at this point in the history
* add en_US to gitignore

as it seems to be generated when running `yarn build`

* update angular.json

this seems to be added when running build
  • Loading branch information
mifi authored Feb 27, 2024
1 parent b95f8fa commit 2f47666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test/endtoend/create-react-app/build/
test/endtoend/create-react-app/coverage/
uppy-*.tgz
generatedLocale.d.ts
packages/@uppy/locales/src/en_US.js

**/output/*
!output/.keep
Expand Down
3 changes: 3 additions & 0 deletions packages/@uppy/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}

0 comments on commit 2f47666

Please sign in to comment.