Skip to content

Commit

Permalink
Added some packaging functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Leanid Astrakou <[email protected]>
  • Loading branch information
DivergentEuropeans committed Aug 9, 2024
1 parent 8ecf62c commit bee88fa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions system-apps/app-prop-viewer/webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion system-apps/app-prop-viewer/webClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"scripts": {
"start": "webpack --progress --watch",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --progress",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --progress",
"i18n": "ng-xi18n -p tsconfig.i18n.json --i18nFormat=xlf --outFile=messages.xlf",
"lint": "tslint -c tslint.json \"./**/*.ts\""
},
Expand All @@ -27,6 +27,7 @@
"codelyzer": "~6.0.2",
"copy-webpack-plugin": "~12.0.2",
"core-js": "~3.19.0",
"cross-env": "^7.0.3",
"css-loader": "~7.1.1",
"exports-loader": "~5.0.0",
"html-loader": "~4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion virtual-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build:externals": "webpack --progress --config webpack.externals.js",
"start": "webpack --watch --progress",
"start": "ng build --watch",
"build": "ng build",
"i18n": "ng-xi18n -p tsconfig.ngx-i18n.json --i18nFormat=xlf --outFile=messages.xlf && xliffmerge -p xliffmerge.json",
"lint": "tslint -c tslint.json \"src/**/*.ts\""
Expand Down

0 comments on commit bee88fa

Please sign in to comment.