Skip to content

Commit f8c0b4a

Browse files
committed
Build Functions
1 parent d62975e commit f8c0b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"astro": "npx astro",
77
"build": "npx astro build",
8+
"postbuild": "npm run build:worker",
89
"build:worker": "npx wrangler types -c wrangler-workers.toml --experimental-include-runtime && npx wrangler pages functions build --outdir worker/functions",
910
"check": "npm run check:functions && npm run check:astro",
1011
"check:astro": "npm run sync && astro check",

0 commit comments

Comments
 (0)