UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

8 lines 440 B
#!/usr/bin/env node // For RATIONALE of this file, check packages/cli/src/util/gitData/gitDataPath.ts // Persist exact commit in NPM distributions for easier tracking of the build import { writeGitDataFile } from "./gitDataPath.js"; import { getGitData } from "./index.js"; // Script to write the git data file (json) used by the build procedures to persist git data. writeGitDataFile(getGitData()); //# sourceMappingURL=writeGitData.js.map