Browse Source

Add a missing semicolon.

Naotoshi Fujita 2 years ago
parent
commit
a9fe5974fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/build-types.js

+ 1 - 1
scripts/build-types.js

@@ -22,7 +22,7 @@ async function emit() {
 }
 }
 
 
 async function bundle() {
 async function bundle() {
-  const file = path.join( dir, 'index.d.ts' )
+  const file = path.join( dir, 'index.d.ts' );
 
 
   const bundle = await rollup( {
   const bundle = await rollup( {
     input  : file,
     input  : file,