We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01daa7d commit 799e8e0Copy full SHA for 799e8e0
packages/vscode/package.json
@@ -50,7 +50,7 @@
50
}
51
},
52
"scripts": {
53
- "preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rspress-logo-512x512.png --output icon.png",
+ "preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rstest-logo-512x512.png --output icon.png",
54
"build": "rslib build",
55
"lint": "biome check . --diagnostic-level=warn",
56
"build:local": "cross-env SOURCEMAP=true rslib build",
0 commit comments