File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 "browser" : " ./dist/src/extensionWeb" ,
4747 "scripts" : {
4848 "vscode:prepublish" : " npm run clean && npm run buildScripts && webpack --mode production" ,
49- "buildScripts" : " npm run generateNonCodeFiles && npm run copyFiles && npm run syncPackageJson" ,
49+ "buildScripts" : " npm run generateNonCodeFiles && npm run copyFiles && npm run syncPackageJson && tsc -p ./ --noEmit " ,
5050 "generateNonCodeFiles" : " ts-node ../../scripts/generateNonCodeFiles.ts" ,
5151 "copyFiles" : " ts-node ./scripts/build/copyFiles.ts" ,
5252 "syncPackageJson" : " ts-node ./scripts/build/syncPackageJson.ts" ,
Original file line number Diff line number Diff line change 5555 "contributes" : " This field will be autopopulated from the core module during debugging and packaging." ,
5656 "scripts" : {
5757 "vscode:prepublish" : " npm run clean && npm run buildScripts && webpack --mode production" ,
58- "buildScripts" : " npm run generateNonCodeFiles && npm run copyFiles" ,
58+ "buildScripts" : " npm run generateNonCodeFiles && npm run copyFiles && tsc -p ./ --noEmit " ,
5959 "generateNonCodeFiles" : " ts-node ../../scripts/generateNonCodeFiles.ts" ,
6060 "copyFiles" : " ts-node ./scripts/build/copyFiles.ts" ,
6161 "clean" : " ts-node ../../scripts/clean.ts dist/ LICENSE NOTICE quickStart*" ,
You can’t perform that action at this time.
0 commit comments