mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 03:51:27 +03:00
Translation JSONs are now generated at build time, removing the necessity to manually run xliff-to-json
- added postbuild.mjs to facilitate this - all ng build --prod's have been replaced with npm run build
This commit is contained in:
@@ -11,7 +11,7 @@ RUN npm install
|
||||
|
||||
COPY [ "angular.json", "tsconfig.json", "/build/" ]
|
||||
COPY [ "src/", "/build/src/" ]
|
||||
RUN ng build --prod
|
||||
RUN npm run build
|
||||
|
||||
#--------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user