@lodestar/prover
Version:
A Typescript implementation of the Ethereum Consensus light client
11 lines (7 loc) • 399 B
text/typescript
// 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());