mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
build!: use pnpm (#820)
BREAKING CHANGE: This project now uses pnpm instead of yarn
This commit is contained in:
parent
fd4ca43dc2
commit
1639f1a892
10 changed files with 3839 additions and 4744 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn commitlint --edit $1
|
||||
pnpm commitlint --edit "$1"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn lint-staged
|
||||
pnpm lint-staged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue