Skip to content

Commit

Permalink
skip build step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 14, 2023
1 parent 365242b commit bf5ed46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ jobs:
if: ${{ hashFiles('vendor/${{ inputs.module-repo }}/package.json') != '' }}
run: npm ci --legacy-peer-deps

- name: Build Module if build command exists
working-directory: ./vendor/${{ inputs.module-repo }}
if: |
${{ hashFiles('vendor/${{ inputs.module-repo }}/package.json') != '' }} &&
grep -wq `"build":` vendor/${{ inputs.module-repo }}/package.json
run: npm run build
# - name: Build Module if build command exists
# working-directory: ./vendor/${{ inputs.module-repo }}
# if: |
# ${{ hashFiles('vendor/${{ inputs.module-repo }}/package.json') != '' }} &&
# grep -wq `"build":` vendor/${{ inputs.module-repo }}/package.json
# run: npm run build

# step to sync js package files with build files

Expand Down

0 comments on commit bf5ed46

Please sign in to comment.