Skip to content

Commit 18e5dd0

Browse files
committed
Console message to notify when compilation complete
1 parent dd88c7e commit 18e5dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export class TypeScriptPlugin {
127127

128128
const emitedFiles = await typescript.run(this.rootFileNames, tsconfig)
129129
await this.copyExtras()
130+
this.serverless.cli.log('Typescript compiled.')
130131
return emitedFiles
131132
}
132133

0 commit comments

Comments
 (0)