We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d2f84 commit face14aCopy full SHA for face14a
scripts/src/runners/binary-size.ts
@@ -6,6 +6,7 @@ import { statSync } from 'fs';
6
export const getBinarySize = async () => {
7
const repoPath = getRepoPath(getRepoName('RSPACK'));
8
9
+ await runCommand(repoPath, 'cargo codegen');
10
await runCommand(repoPath, 'pnpm run build:binding:release');
11
12
const binaryPath = glob.sync(
0 commit comments