-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: packageDirectory.functions (#57)
* feat: packageDirectory.functions * feat: updates per PR Co-authored-by: Randi Wilson <[email protected]>
- Loading branch information
Showing
2 changed files
with
87 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,11 @@ | |
"versionName": "Winter ‘20", | ||
"versionDescription": "Welcome to Winter 2020 Release of Expense Manager Util Package", | ||
"versionNumber": "4.7.0.NEXT", | ||
"definitionFile": "config/scratch-org-def.json" | ||
"definitionFile": "config/scratch-org-def.json", | ||
"functions": [ | ||
"functions/myfunction", | ||
"functions/anotherfunction" | ||
] | ||
}, | ||
{ | ||
"path": "exp-core", | ||
|
@@ -55,4 +59,4 @@ | |
"External Apex [email protected]": "04tB0000000IB1EIAW", | ||
"Expense Manager": "0HoB00000004CFuKAM" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters