Skip to content

Commit

Permalink
chore: change package scripts to use nx cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Oct 20, 2020
1 parent f3ff3ef commit b4653ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
Expand Down

0 comments on commit b4653ba

Please sign in to comment.