Skip to content

Commit 1dc0626

Browse files
committed
fix: apply README GIF removal only to nightly builds
- Reverted src/esbuild.mjs to use regular README.md - Kept apps/vscode-nightly/esbuild.mjs using README.vscode.md - This ensures the demo GIF is removed only from nightly builds as requested
1 parent 18a0ca7 commit 1dc0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main() {
4949
build.onEnd(() => {
5050
copyPaths(
5151
[
52-
["../README.vscode.md", "README.md"],
52+
["../README.md", "README.md"],
5353
["../CHANGELOG.md", "CHANGELOG.md"],
5454
["../LICENSE", "LICENSE"],
5555
["../.env", ".env", { optional: true }],

0 commit comments

Comments
 (0)