Skip to content

Commit

Permalink
feat: define universal folder and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed May 14, 2020
1 parent 6560290 commit bc80050
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/feflow-cli/src/shared/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ export const EVENT_COMMAND_BEGIN = 'command begin';
/**
* Emitted when totally finished
*/
export const EVENT_DONE = 'done';
export const EVENT_DONE = 'done';


export const UNIVERSAL_MODULES = 'universal_modules';

export const UNIVERSAL_PKG_JSON = 'universal-package.json';

0 comments on commit bc80050

Please sign in to comment.