Skip to content

Commit 799e8e0

Browse files
authored
fix(vscode): correct icon path (#703)
1 parent 01daa7d commit 799e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"scripts": {
53-
"preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rspress-logo-512x512.png --output icon.png",
53+
"preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rstest-logo-512x512.png --output icon.png",
5454
"build": "rslib build",
5555
"lint": "biome check . --diagnostic-level=warn",
5656
"build:local": "cross-env SOURCEMAP=true rslib build",

0 commit comments

Comments
 (0)