mirror of
https://github.com/tauri-apps/meilisearch-docsearch.git
synced 2026-01-31 00:45:16 +01:00
chore: fmt
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
"javascript": {
|
||||
"version": true,
|
||||
"getPublishedVersion": "npm view ${ pkg.pkg } version --silent",
|
||||
"prepublish": [
|
||||
"pnpm install --no-optional"
|
||||
],
|
||||
"prepublish": ["pnpm install --no-optional"],
|
||||
"publish": [
|
||||
[
|
||||
{
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
"extends": ["config:base", ":disableDependencyDashboard"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user