try remove ngsw

This commit is contained in:
Dan Percic 2023-06-23 17:59:50 +03:00
parent 4eafe33fd1
commit 2b780beb5a
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ COPY sonar.js sonar.js
## RUN node sonar.js
RUN yarn run build-lint-all
RUN yarn run build-paligo-styles
RUN rm /ng-app/dist/apps/red-ui/ngsw.json
CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"]

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "3.988.64",
"version": "3.988.65",
"private": true,
"license": "MIT",
"scripts": {