Skip to content

Commit

Permalink
Add a missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaotoshiFujita committed Sep 21, 2022
1 parent 69c3939 commit a9fe597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-types.js
Expand Up @@ -22,7 +22,7 @@ async function emit() {
}

async function bundle() {
const file = path.join( dir, 'index.d.ts' )
const file = path.join( dir, 'index.d.ts' );

const bundle = await rollup( {
input : file,
Expand Down

0 comments on commit a9fe597

Please sign in to comment.