Skip to content

Commit

Permalink
fix: Use tarball for branch-name-lint
Browse files Browse the repository at this point in the history
Explicitly use a tarball URL for the branch-name-lint dependency to
avoid issues with PNPM reverting to the git protocol and thus causing
authentication issues/complexities in the Github workflows.

Closes #41
  • Loading branch information
al committed Aug 13, 2024
1 parent 11acf2f commit 90a8135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/plugin-vue": "^5.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.20",
"branch-name-lint": "git+https://github.com/al/branch-name-lint.git#integration/error-handling-issues",
"branch-name-lint": "https://codeload.github.com/al/branch-name-lint/tar.gz/integration/error-handling-issues",
"cspell": "^8.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 90a8135

Please sign in to comment.