feat: Add new emoji assets and an UpdateBanner component.
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
This commit is contained in:
18
package.json
18
package.json
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"name": "discord-clone",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npx convex dev",
|
||||
"backend": "npx convex dev",
|
||||
"frontend": "cd Frontend/Electron && npm run dev",
|
||||
"electron": "cd Frontend/Electron && npm run electron:dev",
|
||||
"electron:build": "cd Frontend/Electron && npm run electron:build",
|
||||
"install:frontend": "cd Frontend/Electron && npm install",
|
||||
"install:all": "npm install && cd Frontend/Electron && npm install"
|
||||
"dev:backend": "npx convex dev",
|
||||
"dev:web": "npm run dev -w apps/web",
|
||||
"dev:electron": "npm run electron:dev -w apps/electron",
|
||||
"build:web": "npm run build -w apps/web",
|
||||
"build:electron": "npm run electron:build -w apps/electron",
|
||||
"build:android": "npm run build -w apps/web && npm run cap:sync -w apps/android",
|
||||
"install:all": "npm install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@convex-dev/presence": "^0.3.0",
|
||||
|
||||
Reference in New Issue
Block a user