Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update music-api version #75

Merged
merged 8 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Cache node modules
id: cache-node-modules
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
needs: install
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -131,6 +135,8 @@ jobs:
needs: install
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions/setup-node@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/api"]
path = packages/api
url = git@github.com:little-buddy/NeteaseCloudMusicApi.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the difference between the warehouse and https://github.com/Binaryify/NeteaseCloudMusicApi

Copy link
Collaborator Author

@little-buddy little-buddy Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging your previously customized code,
Now you can use this library to upgrade latest without affecting package.scripts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put the warehouse under this organization

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@little-buddy Permissions and repositories are done, modify the direction of the submodule

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
"vite-plugin-importer": "^0.2.5",
"vite-plugin-md2vue": "^1.1.1"
}
}
}
1 change: 1 addition & 0 deletions packages/api
Submodule api added at 97c8bb
34 changes: 0 additions & 34 deletions packages/api/.editorconfig

This file was deleted.

50 changes: 0 additions & 50 deletions packages/api/.eslintrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/api/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/api/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/api/.prettierrc

This file was deleted.

4 changes: 0 additions & 4 deletions packages/api/.travis.yml

This file was deleted.

Loading
Loading