MCPcopy Create free account
hub / github.com/Snapchat/Valdi / fixNightlyReadme

Function fixNightlyReadme

valdi/vscode_debugger/gulpfile.js:106–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104);
105
106async function fixNightlyReadme() {
107 const readmePath = `${buildDir}/README.md`;
108 const readmeText = await readFile(readmePath);
109 const readmeNightlyText = await readFile(`README.nightly.md`);
110
111 await writeFile(readmePath, readmeNightlyText + '\n' + readmeText);
112}
113
114const getVersionNumber = () => {
115 if (process.env.JS_DEBUG_VERSION) {

Callers 1

gulpfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected