Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b5aff1

Browse files
authored
ci(release-please): use new RP repository (#151)
repository was moved - following it.
1 parent 0e28d5d commit 6b5aff1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
release-please:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: google-github-actions/release-please-action@v4
11+
- uses: googleapis/release-please-action@v4

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
2+
# . "$(dirname "$0")/_/husky.sh"
33

4-
npm run lint-staged
4+
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prettier:verify:apex": "prettier --check \"**/*.{cls,cmp,component,page,trigger}\"",
1818
"prune": "git branch | grep -v \"main\" | xargs git branch -D",
1919
"scratchorg": ". scripts/orginit.sh",
20-
"prepare": "husky install"
20+
"prepare": "husky"
2121
},
2222
"devDependencies": {
2323
"@prettier/plugin-xml": "^3.4.1",

0 commit comments

Comments
 (0)