Skip to content

Commit

Permalink
nx updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Botosio committed Oct 6, 2020
1 parent fe22df9 commit 4abeece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4abeece

Please sign in to comment.