chore: update scripts

This commit is contained in:
Viren070
2025-01-02 22:47:37 +00:00
parent f4bc42b9ec
commit 969c6ce2bf
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
"build:watch": "tsc --build --watch",
"start:addon": "npm -w packages/addon start",
"start:addon:dev": "npm -w packages/addon run start:dev",
"start:frontend:dev": "npm -w packages/frontend run dev",
"start:cloudflare-worker:dev": "npm -w packages/cloudflare-worker run dev",
"deploy:beamup": "beamup",
"deploy:cloudflare-worker": "npm -w packages/cloudflare-worker run deploy"
-1
View File
@@ -5,7 +5,6 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {