Added gulp to build step in deploy

This commit is contained in:
WBHarry 2025-06-22 15:06:45 +02:00
parent 49e4ceb89a
commit f133b3b966
3 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
run: npm run pullYMLtoLDB
- name: Build daggerheart.js
run: npm run rollup
run: npm run build
# get part of the tag after the `v`
- name: Extract tag version number