Skip to content

Commit

Permalink
fix: tryfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent d64db57 commit fdea36b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down
Empty file added git
Empty file.

0 comments on commit fdea36b

Please sign in to comment.