File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 62286228 "compile" : " yarn install && (yarn verify prep --quiet || yarn prep) && yarn build" ,
62296229 "watch" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build tsconfig.json --watch" ,
62306230 "rebuild" : " yarn install && yarn clean && yarn prep && yarn build" ,
6231- "vscode:prepublish" : " yarn clean && yarn webpack" ,
6231+ "vscode:prepublish" : " yarn install && yarn clean && yarn webpack" ,
62326232 "webpack" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build ui.tsconfig.json && webpack --mode production --env vscode_nls" ,
62336233 "generate-native-strings" : " ts-node -T ./.scripts/generateNativeStrings.ts" ,
62346234 "generate-options-schema" : " ts-node -T ./.scripts/generateOptionsSchema.ts" ,
You can’t perform that action at this time.
0 commit comments