mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-02-01 22:58:46 +00:00
Compare commits
No commits in common. "0e3bad605e03b6f3c56b1309a1665e2fa1b0dce8" and "c8688c941ef8b5a299e44f62664a96fbed7a353a" have entirely different histories.
0e3bad605e
...
c8688c941e
2 changed files with 2 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"prepare": "git config core.hooksPath .githooks",
|
||||
"test": "find src -name '*.md' -exec markdown-link-check {} + && node --test 'src/**/*.test.js' && npm test --workspaces",
|
||||
"test": "find src -name '*.md' -exec markdown-link-check {} + && node --test src && npm test --workspaces",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,9 +1 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"config:semverAllMonthly",
|
||||
":automergeAll",
|
||||
":automergeBranch"
|
||||
]
|
||||
}
|
||||
{ "extends": ["config:base", "config:semverAllMonthly", ":automergeMinor"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue