Skip to content

Commit

Permalink
Installing only prod dependencies seems broken
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 23, 2024
1 parent e50d6c1 commit 9658173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/setup-pesde

- name: Install packages
run: pesde install --prod
run: pesde install

- name: Lint
run: lune run lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "MODEL_FILE=$name.rbxm" >> $GITHUB_ENV
- name: Install packages
run: pesde install --prod
run: pesde install

- name: Build
run: lune run build -- --target prod --output ${{ env.MODEL_FILE }}
Expand All @@ -54,7 +54,7 @@ jobs:
uses: ./.github/actions/setup-pesde

- name: Install packages
run: pesde install --prod
run: pesde install

- name: Publish to Creator Store
if: ${{ github.event.release }}
Expand Down

0 comments on commit 9658173

Please sign in to comment.