Skip to content

Commit

Permalink
use js
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 17, 2024
1 parent 1cc1477 commit 0519493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-global.ts
Expand Up @@ -3,7 +3,7 @@ import fs from 'fs-extra';
import path from 'node:path';

async function main(){
await fs.copy(path.resolve(__dirname, '../src/globals.mjs'), path.resolve(__dirname, '../dist/globals.mjs'));
await fs.copy(path.resolve(__dirname, '../src/globals.js'), path.resolve(__dirname, '../dist/globals.js'));
await fs.copy(path.resolve(__dirname, '../src/globals.d.ts'), path.resolve(__dirname, '../dist/globals.d.ts'));
}

Expand Down

0 comments on commit 0519493

Please sign in to comment.