Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed May 24, 2022
1 parent 50f2d75 commit 185845e
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 334 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "vite --host",
"electron": "electron src/electron-main.js",
"build": "tsc && vite build",
"serve": "vite preview"
"serve": "vite preview",
"build:mc": "cd MusicCloud && pnpm i && pnpm build && cp -r dist/. ../public/mc/"
},
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down
Loading

0 comments on commit 185845e

Please sign in to comment.