Skip to content

Commit

Permalink
update remix CI to copy the yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Jul 7, 2022
1 parent 12c0ff0 commit 1aaebf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ jobs:
- name: 🏄 Copy test env vars
run: cp .env.example .env

# We can't name this file yarn.lock in the monorepo, otherwise it disables package hoisting
# so we must rename it during CI
# @see https://github.com/yarnpkg/berry/issues/1223
# @see https://github.com/JanVoracek/yarn-plugin-entrypoint-lockfiles
# @see https://github.com/VulcanJS/vulcan-npm/tree/feature/starters-lockfiles
- name: "Rename yarn.remix.lock"
run: cp yarn.vulcan-remix.lock yarn.lock

- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1aaebf0

Please sign in to comment.