Skip to content

Commit

Permalink
silly
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Feb 29, 2024
1 parent 5589f16 commit 050a18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: npm ci

- name: Build npm packages
# packaging and packaging packages do not have npm packages to build
if : ${{ inputs.package != 'packaging' && inputs.package != 'packaging' }}
# utilities and packaging packages do not have npm packages to build
if : ${{ inputs.package != 'utilities' && inputs.package != 'packaging' }}
run: npm run build -- --scope "@deephaven/js-plugin-${{ inputs.package }}"

- name: Set up Python
Expand Down

0 comments on commit 050a18f

Please sign in to comment.