Update yarn.lock file

This commit is contained in:
Marek Calus
2020-10-20 22:57:44 +02:00
parent 536d06130f
commit 244281ff6b
2 changed files with 7 additions and 47 deletions
+2 -2
View File
@@ -17,9 +17,9 @@
export type LocationSpec = {
type: string;
target: string;
// When using repo importer plugin, leocation is being created before the component yaml file is merged to the main branch.
// When using repo importer plugin, location is being created before the component yaml file is merged to the main branch.
// This flag is then set to disable validation that prevents creation of location if target file does not yet exist.
pendingLocation?: true;
pendingLocation?: boolean;
};
export type Location = {