Skip to content

Commit

Permalink
fix: add analysisCode lifecycle (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Jul 20, 2020
1 parent 9276fe8 commit 1bf2e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/faas-cli-plugin-invoke/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class FaaSInvokePlugin extends BasePlugin {
'copyFile', // 拷贝文件
'checkFileChange', // 检查文件是否更新
'compile', // ts 代码编译
'analysisCode', // Todo: 代码分析,向前兼容
'emit', // ts 代码输出
'entry', // 生成执行入口
'getInvoke', // 获取runtime
Expand Down

0 comments on commit 1bf2e8a

Please sign in to comment.