Skip to content

Commit 68d451f

Browse files
committed
Enable beta deployment
1 parent 5239cca commit 68d451f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "astro check && astro build",
1111
"preview": "astro preview",
1212
"predeploy": "npm run build",
13-
"deploy": "wrangler deploy",
13+
"deploy": "wrangler deploy --env beta",
1414
"astro": "astro",
1515
"test": "vitest",
1616
"build:contributor-docs": "tsx ./src/scripts/builders/contribute.ts",

0 commit comments

Comments
 (0)