diff --git a/package.json b/package.json index 78bf53a..eefa69c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "npm i && vite", "build": "npm i && vite build && cp dist/index.html dist/404.html", "test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run && vite build", - "deploy": "npm run build && npx -y vercel whoami && npx -y vercel --prod --yes" + "deploy": "npm run build && npx -y nostr-deploy-cli deploy --skip-setup" }, "dependencies": { "@hookform/resolvers": "^3.9.0",