Skip to content

Commit

Permalink
Tries different build option
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 4, 2024
1 parent 5f88ec5 commit 038113c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand All @@ -23,13 +23,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install Spicetify
continue-on-error: true
run: |
iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1

- name: npm install and build
run: |
npm install
npm run build
npm run build2
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"build": "spicetify-creator",
"build-local": "spicetify-creator --out=dist --minify",
"watch": "spicetify-creator --watch"
"watch": "spicetify-creator --watch",
"build2": "react-scripts build"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 038113c

Please sign in to comment.