Skip to content

Commit 994dc29

Browse files
HCK-8525: fetch empty labels (#51)
* 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
1 parent a97cac7 commit 994dc29

File tree

4 files changed

+294
-76
lines changed

4 files changed

+294
-76
lines changed

package-lock.json

Lines changed: 209 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"scripts": {
6464
"lint": "eslint . --max-warnings=0",
6565
"package": "node esbuild.package.js",
66-
"postinstall": "npx patch-package"
66+
"postinstall": "patch-package"
6767
},
6868
"devDependencies": {
6969
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
@@ -78,7 +78,8 @@
7878
"eslint-plugin-prettier": "5.1.3",
7979
"eslint-plugin-unused-imports": "3.2.0",
8080
"lint-staged": "14.0.1",
81+
"patch-package": "8.0.0",
8182
"prettier": "3.2.5",
8283
"simple-git-hooks": "2.11.1"
8384
}
84-
}
85+
}

0 commit comments

Comments
 (0)