Skip to content

Commit

Permalink
eschweitzer78/vic2-build-20240501-v2 (#325)
Browse files Browse the repository at this point in the history
* vic2 build logic

* sfGpsDsAuVic2 package

* Fix build for VIC2

* Misc
  • Loading branch information
eschweitzer78 authored May 8, 2024
1 parent ea96392 commit d827741
Show file tree
Hide file tree
Showing 31 changed files with 629 additions and 92 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/packaging-pr-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@ jobs:
# run prettier as sfdx-package.json gets overwritten in a non-prettier way
- name: "Run prettier"
run: |
npm ci
npm run prettier
run: npm run prettier

# Housekeeping
- name: "Delete scratch org"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/packaging-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,7 @@ jobs:

# run prettier as sfdx-package.json gets overwritten in a non-prettier way
- name: "Run prettier"
run: |
npm ci
npm run prettier
run: npm run prettier

# Housekeeping
- name: "Delete scratch org"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,7 @@ jobs:

# run prettier as sfdx-package.json gets overwritten in a non-prettier way
- name: "Run prettier"
run: |
npm ci
npm run prettier
run: npm run prettier

# Create PR for new package version(s)
- name: "Create PR for new package version"
Expand Down
Loading

0 comments on commit d827741

Please sign in to comment.