Skip to content

Commit

Permalink
Update package-size-check.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Dec 27, 2024
1 parent f81a248 commit a25fafa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-size-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ console.log(`features: [ ${features.join(', ')} ]`);
},
wasmCompressionMode: 'brotli',
inlineEnum: true,
mangleProperties: true,
};

await fs.ensureDir(outDir);
await fs.emptyDir(outDir);

await buildEngine(options);
})();
})();

0 comments on commit a25fafa

Please sign in to comment.