Skip to content

Commit

Permalink
ci(release): work around npm whoami throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Dec 18, 2024
1 parent c8d0d4f commit de6798b
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 1 deletion.
275 changes: 275 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"prepare": "husky"
"prepare": "husky",
"postinstall": "patch-package"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.6",
Expand All @@ -19,6 +20,7 @@
"@eslint/js": "^9.17.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-plugin-eslint-plugin": "^6.3.2",
Expand All @@ -27,6 +29,7 @@
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"semantic-release": "^24.2.0",
"semantic-release-config-kuzzle": "^1.0.0",
Expand Down
Loading

0 comments on commit de6798b

Please sign in to comment.