From 832a595556998936c466f5200e074a340b5ac757 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Tue, 22 Oct 2024 13:08:57 -0700 Subject: [PATCH] Added build icons command to publish to npm github workflow. --- .github/workflows/publish-to-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index b5f2e7b..84e391e 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -18,6 +18,8 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: npm ci + - name: Build Icons + run: npm run build:icons - name: Build CSS run: npm run build:css - name: Publish