From c608281c0029e414eee6f32cee82ac165cb00b22 Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Wed, 4 Sep 2024 13:00:28 -0400 Subject: [PATCH] Remove location of terminal refresh --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e7ca9a4..c25c03e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -28,11 +28,11 @@ jobs: continue-on-error: true run: | yes | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh - source ~/.bashrc - source ~/.zshrc - ~/.profile - name: npm install and build run: | + source ~/.bashrc + source ~/.zshrc + ~/.profile npm install npm run build