Skip to content

Commit

Permalink
fix: No need to install fvtt or build modules in workflow
Browse files Browse the repository at this point in the history
foundryvtt-cli is already part of the dev dependencies, there's no need to
install it again.

The build step also builds the packs.  The build packs step was just building
them twice.
  • Loading branch information
xyzzy42 authored and xdy committed Dec 20, 2024
1 parent 015875f commit 0bcb0fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
- name: Install
run: npm install

- name: install fvtt cli
id: fvtt-install
run: npm install -g @foundryvtt/foundryvtt-cli

- name: Build packs
run: npm run build:packs

- name: Build
run: npm run build

Expand Down

0 comments on commit 0bcb0fc

Please sign in to comment.