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 6228
6228
"compile" : " yarn install && (yarn verify prep --quiet || yarn prep) && yarn build" ,
6229
6229
"watch" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build tsconfig.json --watch" ,
6230
6230
"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" ,
6232
6232
"webpack" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build ui.tsconfig.json && webpack --mode production --env vscode_nls" ,
6233
6233
"generate-native-strings" : " ts-node -T ./.scripts/generateNativeStrings.ts" ,
6234
6234
"generate-options-schema" : " ts-node -T ./.scripts/generateOptionsSchema.ts" ,
You can’t perform that action at this time.
0 commit comments