Skip to content

Commit

Permalink
chore: rebundle, run formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Dec 1, 2023
1 parent 97ef7fd commit 9111eb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 7 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ export function notSupported(options: Options): null | Error {
}
}

export async function postInstall(bin: string, options: Options): Promise<void> {
export async function postInstall(
bin: string,
options: Options
): Promise<void> {
console.log('postinstall', bin, options)
// nothing yet
}
Expand Down

0 comments on commit 9111eb6

Please sign in to comment.