From 03cbf4b6bd2f18f379b7234806764200f6a05200 Mon Sep 17 00:00:00 2001 From: SN0WF14K3 Date: Sun, 20 Jun 2021 12:56:26 +0545 Subject: [PATCH] build fix --- .github/workflows/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index c63f08a..e421d14 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -20,7 +20,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Install dependencies - run: npm ci --ignore-scripts + run: npm install - name: Publish run: |