()
| 23 | } |
| 24 | |
| 25 | const precommit = function () { |
| 26 | return ` |
| 27 | Examples: |
| 28 | |
| 29 | \`\`\` |
| 30 | $ dotenvx precommit |
| 31 | $ dotenvx precommit --install |
| 32 | \`\`\` |
| 33 | |
| 34 | Try it: |
| 35 | |
| 36 | \`\`\` |
| 37 | $ dotenvx precommit |
| 38 | [dotenvx@0.45.0][precommit] success |
| 39 | \`\`\` |
| 40 | ` |
| 41 | } |
| 42 | |
| 43 | const prebuild = function () { |
| 44 | return ` |
no outgoing calls
no test coverage detected
searching dependent graphs…