Skip to content

Commit

Permalink
HCK-8525: fetch empty labels (#51)
Browse files Browse the repository at this point in the history
* feat: use another way of fetching the existing labels

* chore: added more logs when getting the nodes data

* feat: refactored the nodes data fetching

* chore: extra logs for empty packages

* chore: added patch-package to dev deps

* feat: write each step of getting nodes data to log
  • Loading branch information
chulanovskyi-bs authored Oct 22, 2024
1 parent a97cac7 commit 994dc29
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 76 deletions.
211 changes: 209 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"scripts": {
"lint": "eslint . --max-warnings=0",
"package": "node esbuild.package.js",
"postinstall": "npx patch-package"
"postinstall": "patch-package"
},
"devDependencies": {
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
Expand All @@ -78,7 +78,8 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unused-imports": "3.2.0",
"lint-staged": "14.0.1",
"patch-package": "8.0.0",
"prettier": "3.2.5",
"simple-git-hooks": "2.11.1"
}
}
}
Loading

0 comments on commit 994dc29

Please sign in to comment.