We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62975e commit f8c0b4aCopy full SHA for f8c0b4a
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"astro": "npx astro",
7
"build": "npx astro build",
8
+ "postbuild": "npm run build:worker",
9
"build:worker": "npx wrangler types -c wrangler-workers.toml --experimental-include-runtime && npx wrangler pages functions build --outdir worker/functions",
10
"check": "npm run check:functions && npm run check:astro",
11
"check:astro": "npm run sync && astro check",
0 commit comments