We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbfb7c commit 98cef97Copy full SHA for 98cef97
.gitignore
@@ -25,8 +25,6 @@ yarn-error.log*
25
.project
26
.yarn
27
tmp/
28
-package-lock.json
29
-yarn.lock
30
31
!.eslintrc.js
32
!.prettierrc.js
@@ -54,6 +52,5 @@ packages/*.ngsummary.json
54
52
packages/*.metadata.json
55
53
packages/angular
56
packages/typings
57
-pnpm-lock.yaml
58
59
/blueprint.md
.yarnrc.yml
@@ -1 +1,5 @@
1
+nmHoistingLimits: workspaces
2
+
3
+nodeLinker: node-modules
4
5
yarnPath: tools/.yarn/releases/yarn-3.3.1.cjs
0 commit comments