updated package.json to remove preview deployments
This commit is contained in:
parent
cc639ea63d
commit
a2497d9742
@ -8,7 +8,7 @@
|
||||
"build": "bun run prebuild:ecosystem && astro build",
|
||||
"preview": "astro build && wrangler pages dev",
|
||||
"astro": "astro",
|
||||
"deploy": "astro build && wrangler pages deploy",
|
||||
"deploy": "astro build && wrangler pages deploy --branch=main",
|
||||
"cf-typegen": "wrangler types",
|
||||
"convert:avif": "node src/utils/convert-to-avif.js",
|
||||
"convert:avif:all": "node src/utils/convert-to-avif.js --all",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"generatedAt": "2026-01-20T15:37:09.139Z",
|
||||
"generatedAt": "2026-01-20T16:49:34.294Z",
|
||||
"totalFiles": 143,
|
||||
"totalSize": 3237922,
|
||||
"days": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user