|
|
|
@ -231,7 +231,28 @@
|
|
|
|
|
|
|
|
|
|
"sql": {
|
|
|
|
|
"path": "./plugins/sql",
|
|
|
|
|
"manager": "rust"
|
|
|
|
|
"manager": "rust",
|
|
|
|
|
"publish": [
|
|
|
|
|
{
|
|
|
|
|
"command": "cargo package --no-verify",
|
|
|
|
|
"dryRunCommand": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"command": "echo '<details>\n<summary><em><h4>Cargo Publish</h4></em></summary>\n\n```'",
|
|
|
|
|
"dryRunCommand": true,
|
|
|
|
|
"pipe": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"command": "cargo publish --features sqlite",
|
|
|
|
|
"dryRunCommand": "cargo publish --features sqlite --dry-run",
|
|
|
|
|
"pipe": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"command": "echo '```\n\n</details>\n'",
|
|
|
|
|
"dryRunCommand": true,
|
|
|
|
|
"pipe": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sql-js": {
|
|
|
|
|
"path": "./plugins/sql",
|
|
|
|
|