fix: bugs

This commit is contained in:
qier222 2022-04-17 12:46:20 +08:00
parent bc696ca59f
commit b1fd51233a
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
5 changed files with 22 additions and 17 deletions

View file

@ -29,6 +29,7 @@
"test:types-renderer": "tsc --noEmit --project src/renderer/tsconfig.json",
"test:types-main": "tsc --noEmit --project src/main/tsconfig.json",
"test:types-shared": "tsc --noEmit --project src/shared/tsconfig.json",
"netease": "npx NeteaseCloudMusicApi",
"eslint": "eslint --ext .ts,.js ./",
"prettier": "prettier --write './**/*.{ts,js,tsx,jsx}'"
},