We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551086e commit 6236588Copy full SHA for 6236588
2 files changed
vscode/extension/package.json
@@ -92,7 +92,7 @@
92
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
93
"vscode:package": "vsce package --no-dependencies",
94
"vscode:prepublish": "cp ../../LICENSE . && npm run package",
95
- "package": "cd ../react && npm run build && cd ../extension && cp -r ../react/dist/* ./src_react && npm run check-types && node esbuild.js --production"
+ "package": "rm -rf ./src_react && mkdir -p ./src_react && cd ../react && npm run build && cd ../extension && cp -r ../react/dist/* ./src_react && npm run check-types && node esbuild.js --production"
96
},
97
"dependencies": {
98
"@types/fs-extra": "^11.0.4",
vscode/extension/src_react/.gitkeep
0 commit comments