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