Skip to content

Commit

Permalink
chore: fix more linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Sep 27, 2024
1 parent bf8f086 commit d6f7572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-preview-build-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import path from 'path';
/**
* Write a preview build message to the path "preview-build-message.txt".
*/
async function main() {
async function main(): Promise<void> {
const packageMap: Record<string, string> = {};

const { stdout } = await execa('yarn', [
Expand Down

0 comments on commit d6f7572

Please sign in to comment.