Skip to content

Commit

Permalink
fix(esbuild): update update script file paths after removal of _READM…
Browse files Browse the repository at this point in the history
…E.md (#2695)
  • Loading branch information
mattem committed May 25, 2021
1 parent 0203123 commit 25a5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-esbuild-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function main() {

// replace shasums in some manually edited files
replaceFileContent('examples/esbuild/WORKSPACE', fileReplacements);
replaceFileContent('packages/esbuild/_README.md', fileReplacements);
replaceFileContent('packages/esbuild/index.docs.bzl', fileReplacements);
}

main();

0 comments on commit 25a5ac4

Please sign in to comment.