File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323 "documentation" : " ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map" ,
2424 "submit-plugin" : " node ./scripts/submit-plugin.js" ,
2525 "prepare" : " is-ci || husky install" ,
26- "echo" : " echo 12345 "
26+ "echo" : " echo 123458 "
2727 },
2828 "devDependencies" : {
2929 "@angular-devkit/architect" : " ~0.1402.0" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ function hideFromGitIndex(uncommittedFiles: string[]) {
8181
8282 process . on ( 'exit' , unhideFromGitIndex ) ;
8383 process . on ( 'SIGTERM' , unhideFromGitIndex ) ;
84+ process . on ( 'SIGINT' , unhideFromGitIndex ) ;
8485 }
8586
8687 const publishOptions : Record < string , boolean | string | undefined > = {
You can’t perform that action at this time.
0 commit comments