Merge branch 'nostr-deploy' into 'main'

Update deploy command in package.json to use nostr-deploy-cli

See merge request soapbox-pub/mkstack!6
This commit is contained in:
Alex Gleason 2025-06-11 19:23:17 +00:00
commit 9646620a46

View File

@ -7,7 +7,7 @@
"dev": "npm i && vite", "dev": "npm i && vite",
"build": "npm i && vite build && cp dist/index.html dist/404.html", "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", "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": { "dependencies": {
"@hookform/resolvers": "^3.9.0", "@hookform/resolvers": "^3.9.0",