diff --git a/package.json b/package.json index ed21bf5cf..e1d79f579 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", "start:proxy": "ng serve --proxy-config proxy.conf.json", - "build": "rm -rf dist; ng build --configuration production", + "build": "ng build --output-hashing=all", + "build:beta": "ng build --configuration beta --output-hashing=all", + "build:prod": "ng build --configuration production --output-hashing=all", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"