Skip to content

Commit

Permalink
OP-291: Delete package.json distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Jul 19, 2024
1 parent 4fa91a6 commit 0568a1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-${{ matrix.node }}-yarn-
-
name: Copy package.json.dist to package.json
if: matrix.sylius != ''
run: (cd tests/Application && cp package.json.\${{ matrix.sylius }}.dist package.json)

-
name: Install JS dependencies
run: (cd tests/Application && yarn install)
Expand Down
File renamed without changes.
41 changes: 0 additions & 41 deletions tests/Application/package.json.~1.13.0.dist

This file was deleted.

0 comments on commit 0568a1f

Please sign in to comment.