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:
pan93412 2022-03-17 15:33:29 +08:00 committed by GitHub
parent f54d2ded5c
commit d96bd2a547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7389 additions and 7323 deletions

View file

@ -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/**/*',
],
}