Skip to content

Commit 318da4b

Browse files
committed
fix spacing and add comments
1 parent d21d6f4 commit 318da4b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/push-deploy-dryrun.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
composer install --ignore-platform-reqs --no-interaction
1717
composer internationalize
1818
19+
# Install PROD Deps
1920
- name: Install Composer Dependencies
2021
run: composer install --no-dev
2122

23+
# Install Node Modules and Build Assets
2224
- name: Install Node Modules and Build Assets
2325
run: |
2426
npm install

.github/workflows/push-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ jobs:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v3
1212

13-
# Install DEV Deps, build i18n files
13+
# Install DEV Deps, build i18n files
1414
- name: Run i18n Build
1515
run: |
1616
composer install --ignore-platform-reqs --no-interaction
1717
composer internationalize
1818
19+
# Install PROD Deps
1920
- name: Install Composer Dependencies
2021
run: composer install --no-dev
2122

23+
# Install Node Modules and Build Assets
2224
- name: Install Node Modules and Build Assets
2325
run: |
2426
npm install

0 commit comments

Comments
 (0)