mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
chore: Migrate to PNPM (#1418)
* refactor: migrate to PNPM * refactor: remove unused import * chore: update lock * refactor!: remove yarn.lock * fix(config/electron-builder): ignore pnpm-lock.yaml * chore: upgrade dependencies
This commit is contained in:
parent
f54d2ded5c
commit
d96bd2a547
5 changed files with 7389 additions and 7323 deletions
|
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
'!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}',
|
||||
'!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}',
|
||||
'!**/{appveyor.yml,.travis.yml,circle.yml}',
|
||||
'!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}',
|
||||
'!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json,pnpm-lock.yaml}',
|
||||
'!**/node_modules/realm/react-native/**/*',
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue