diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 042b6b8..e7ca9a4 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -23,8 +23,16 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + + - name: Install Spicetify + 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: | npm install - npm run build2 + npm run build diff --git a/package.json b/package.json index 57b1079..fbf46e0 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "scripts": { "build": "spicetify-creator", "build-local": "spicetify-creator --out=dist --minify", - "watch": "spicetify-creator --watch", - "build2": "react-scripts build" + "watch": "spicetify-creator --watch" }, "license": "MIT", "devDependencies": {