diff --git a/package.json b/package.json index 7d4a9d1..14c847e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "run-p start:*", "start:lib": "npm run build:watch", "start:demo": "ng serve demo", - "build:prod": "ng build --prod", + "build": "ng build --prod", "build:watch": "ng build --watch", "test": "ng test", "lint": "ng lint",