File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/toolkit/scripts/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"prepare" : " ts-node ./scripts/prepare.ts" ,
24
- "postinstall" : " npm run buildCustomLintPlugin" ,
24
+ "postinstall" : " npm run buildCustomLintPlugin && npm run postinstall -ws --if-present " ,
25
25
"buildCustomLintPlugin" : " npm run build -w plugins/eslint-plugin-aws-toolkits" ,
26
26
"compile" : " npm run compile -w packages/" ,
27
27
"testCompile" : " npm run testCompile -w packages/" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function main() {
148
148
console . log ( `VSIX Version: ${ packageJson . version } ` )
149
149
150
150
const vsixName = `aws-toolkit-vscode-${ packageJson . version } .vsix`
151
- fs . moveSync ( vsixName , `../../${ vsixName } ` )
151
+ fs . moveSync ( vsixName , `../../${ vsixName } ` , { overwrite : true } )
152
152
} catch ( e ) {
153
153
console . log ( e )
154
154
throw Error ( 'package.ts: failed' )
You can’t perform that action at this time.
0 commit comments