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