diff --git a/package.json b/package.json index a97a1df..1f6d969 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "nx build", "test": "ng test", "lint": "nx workspace-lint && ng lint", "e2e": "ng e2e",