From f133b3b96670cac0725ecba149038762e9f4a031 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 22 Jun 2025 15:06:45 +0200 Subject: [PATCH] Added gulp to build step in deploy --- .github/workflows/deploy.yml | 2 +- package.json | 2 ++ styles/daggerheart.css | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47ebac58..3ecb1f8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/package.json b/package.json index 590c85ec..d7b51dfd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "scripts": { "start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"", "start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp", + "build": "npm run rollup && npm run gulp", "rollup": "rollup -c", + "gulp": "gulp less", "pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs", "pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs", "createSymlink": "node ./tools/create-symlink.mjs" diff --git a/styles/daggerheart.css b/styles/daggerheart.css index 342ecaa5..29cdac79 100755 --- a/styles/daggerheart.css +++ b/styles/daggerheart.css @@ -8,7 +8,6 @@ /* Background */ /* Duality */ /* Fear */ -@import '../node_modules/@yaireo/tagify/dist/tagify.css'; .daggerheart.sheet.class .editor { height: 500px; }