Skip to content

Commit 823104a

Browse files
committed
temp [ci skip]
1 parent be002bc commit 823104a

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
@@ -93,7 +93,7 @@
9393
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
9494
"vscode:package": "vsce package --no-dependencies",
9595
"vscode:prepublish": "cp ../../LICENSE . && npm run package",
96-
"package": "cd ../react && npm run build && cd ../extension && cp -r ../react/dist/* ./src_react && npm run check-types && node esbuild.js --production"
96+
"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"
9797
},
9898
"dependencies": {
9999
"@types/fs-extra": "^11.0.4",

vscode/extension/src_react/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)