File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
"lint" : " eslint --ext .ts src" ,
41
41
"lint-watch" : " onchange 'src/**/*.ts' -- eslint {{file}}" ,
42
42
"lint:fix" : " eslint --ext .ts --fix src" ,
43
- "prepublishOnly " : " tsc" ,
43
+ "prepare " : " tsc" ,
44
44
"prettier-check" : " prettier --config .prettierrc --check ." ,
45
45
"prettier-format" : " prettier --config .prettierrc --write ." ,
46
46
"prettier-watch" : " onchange 'src/**/*.ts' -- prettier --write {{file}}" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class MultiSamlStrategy extends SamlStrategy {
57
57
} ) ;
58
58
}
59
59
60
- // @ts -expect-error typescript disallows changing method signature in a subclass
60
+ /** @ts -expect-error typescript disallows changing method signature in a subclass */
61
61
generateServiceProviderMetadata (
62
62
req : Request ,
63
63
decryptionCert : string | null ,
You can’t perform that action at this time.
0 commit comments