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 64716471 "compile" : " yarn install && (yarn verify prep --quiet || yarn prep) && yarn build" ,
64726472 "watch" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build tsconfig.json --watch" ,
64736473 "rebuild" : " yarn install && yarn clean && yarn prep && yarn build" ,
6474- "vscode: prepublish" : " yarn install && yarn clean && yarn webpack" ,
6474+ "vsix- prepublish" : " yarn install && yarn clean && yarn webpack" ,
64756475 "webpack" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build ui.tsconfig.json && webpack --mode production --env vscode_nls" ,
64766476 "generate-native-strings" : " ts-node -T ./.scripts/generateNativeStrings.ts" ,
64776477 "generate-options-schema" : " ts-node -T ./.scripts/generateOptionsSchema.ts" ,
You can’t perform that action at this time.
0 commit comments