()
| 193 | } |
| 194 | |
| 195 | function printFinalInstructions() { |
| 196 | const buildAndTestcriptPath = join(__dirname, 'build-and-test.js'); |
| 197 | const pathToPrint = relative(process.cwd(), buildAndTestcriptPath); |
| 198 | |
| 199 | console.log(''); |
| 200 | console.log('Continue by running the build-and-test script:'); |
| 201 | console.log(chalk.bold.green(' ' + pathToPrint)); |
| 202 | } |
| 203 | |
| 204 | async function reviewChangelogPrompt() { |
| 205 | console.log(''); |