Skip to content

Commit 6236588

Browse files
committed
temp [ci skip]
1 parent 551086e commit 6236588

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

vscode/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
9393
"vscode:package": "vsce package --no-dependencies",
9494
"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"
95+
"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"
9696
},
9797
"dependencies": {
9898
"@types/fs-extra": "^11.0.4",

vscode/extension/src_react/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)