Skip to content

Commit

Permalink
Merge pull request #127 from forcedotcom/ju/enable_aura
Browse files Browse the repository at this point in the history
chore: enable aura template for scratch orgs using b2b or both
  • Loading branch information
joeluong-sfcc authored Dec 5, 2022
2 parents ee82a7e + 65294ea commit 4888cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validatePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: pr-validation
on:
pull_request:
types: [opened, reopened, edited]
# only applies to PRs that want to merge to main
branches: [main]
branches: [main, develop]

jobs:
pr-validation:
Expand Down
2 changes: 1 addition & 1 deletion config/b2b-project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgName": "Test B2B Company",
"edition": "Developer",
"features": ["Communities", "B2BCommerce", "OrderManagement", "EnableSetPasswordInApi"],
"features": ["Communities", "B2BCommerce", "B2BAuraTemplateEnabled", "OrderManagement", "EnableSetPasswordInApi"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down
1 change: 1 addition & 0 deletions config/both-project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"features": [
"Communities",
"B2BCommerce",
"B2BAuraTemplateEnabled",
"B2CCommerceGMV",
"PersonAccounts",
"OrderManagement",
Expand Down

0 comments on commit 4888cc0

Please sign in to comment.