diff --git a/angular.json b/angular.json index cf0b2e2..78f09db 100644 --- a/angular.json +++ b/angular.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, - "newProjectRoot": "projects", + "newProjectRoot": "apps", "projects": { "first-client": { "root": "apps/first-client", diff --git a/package.json b/package.json index 49788d2..a3515dc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "MIT", "scripts": { - "ng": "ng", + "ng": "nx", "start": "ng serve", "build": "ng build --prod", "test": "ng test",