Project

General

Profile

« Previous | Next » 

Revision 61443

created script for beta and production builds

View differences:

modules/uoa-repository-dashboard-gui/trunk/package.json
5 5
    "ng": "ng",
6 6
    "start": "ng serve --proxy-config proxy.conf.json",
7 7
    "start:proxy": "ng serve --proxy-config proxy.conf.json",
8
    "build": "rm -rf dist; ng build --configuration production",
8
    "build": "ng build  --output-hashing=all",
9
    "build:beta": "ng build --configuration beta --output-hashing=all",
10
    "build:prod": "ng build --configuration production --output-hashing=all",
9 11
    "test": "ng test",
10 12
    "lint": "ng lint",
11 13
    "e2e": "ng e2e"

Also available in: Unified diff