Skip to content

Commit 5f37ad7

Browse files
authored
fix: downgrade Nx-deps (compatibility with Angular 12) (#58)
* fix: downgrade `Nx`-deps (compatibility with Angular 12) * chore: install `@nrwl/nx-cloud@13` and set it as nx task runner
1 parent e76a4c3 commit 5f37ad7

File tree

5 files changed

+3070
-4906
lines changed

5 files changed

+3070
-4906
lines changed

angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
4-
"newProjectRoot": "projects",
54
"projects": {
65
"demo": {
76
"projectType": "application",

nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"npmScope": "angular-open-source-starter",
1515
"tasksRunnerOptions": {
1616
"default": {
17-
"runner": "@nx-cloud/runners/firebase",
17+
"runner": "@nrwl/nx-cloud",
1818
"options": {
1919
"cacheableOperations": ["build", "test", "lint"],
2020
"parallel": 1

0 commit comments

Comments
 (0)