chore(repo): test change
This commit is contained in:
parent
9364a409ed
commit
d8dc1d5911
@ -23,7 +23,7 @@
|
||||
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map",
|
||||
"submit-plugin": "node ./scripts/submit-plugin.js",
|
||||
"prepare": "is-ci || husky install",
|
||||
"echo": "echo 12345"
|
||||
"echo": "echo 123458"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "~0.1402.0",
|
||||
|
||||
@ -81,6 +81,7 @@ function hideFromGitIndex(uncommittedFiles: string[]) {
|
||||
|
||||
process.on('exit', unhideFromGitIndex);
|
||||
process.on('SIGTERM', unhideFromGitIndex);
|
||||
process.on('SIGINT', unhideFromGitIndex);
|
||||
}
|
||||
|
||||
const publishOptions: Record<string, boolean | string | undefined> = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user