Skip to content

Commit d8dc1d5

Browse files
committed
chore(repo): test change
1 parent 9364a40 commit d8dc1d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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",

scripts/nx-release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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> = {

0 commit comments

Comments
 (0)