package.json: adding hashing in the build command

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56327 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-07-03 09:18:48 +00:00
parent a8712b5916
commit 6372d28ce8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --disable-host-check --port=5000",
"build": "ng build",
"build": "ng build --output-hashing all",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"