diff --git a/bootstrap.mjs b/bootstrap.mjs index eb4763ffa..9a20bb2be 100644 --- a/bootstrap.mjs +++ b/bootstrap.mjs @@ -2,7 +2,7 @@ import { execSync } from 'child_process'; try { const __dirname = new URL('.', import.meta.url).pathname; - console.debug('__dirname', __dirname); + console.log('__dirname', __dirname); execSync( 'npm install semantic-release --omit=dev --no-audit --no-progress --prefer-offline', { diff --git a/git b/git new file mode 100644 index 000000000..e69de29bb