Skip to content

Commit

Permalink
refactor: update submodule from radishes-music
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 4, 2023
1 parent a900ab9 commit e2d2572
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "packages/api"]
[submodule "radishes-v2"]
path = packages/api
url = [email protected]:little-buddy/NeteaseCloudMusicApi.git
url = [email protected]:radishes-music/NeteaseCloudMusicApi.git
branch = radishes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"analyze": "npx vite-bundle-visualizer",
"log": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
"envinfo": "npx envinfo --system --npmPackages '{vite,@vitejs/*}' --binaries --browsers",
"postinstall": "electron-builder install-app-deps",
"postinstall": "electron-builder install-app-deps && cd packages/api && yarn install",
"postuninstall": "electron-builder install-app-deps"
},
"gitHooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api

0 comments on commit e2d2572

Please sign in to comment.