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:
parent
a8712b5916
commit
6372d28ce8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue