Skip to content

Commit

Permalink
Refreshes terminal after installing spicetify
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 4, 2024
1 parent 038113c commit f7f2db9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f7f2db9

Please sign in to comment.