Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cptchloroplast committed Aug 6, 2024
1 parent e3e82f3 commit 2e8b894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.6.6",
"private": true,
"scripts": {
"build": "npm-run-all build:blog test migrate:remote",
"build": "npm-run-all build:blog test",
"build:blog": "astro build",
"build:worker": "esbuild src/functions/index.ts --bundle --outdir=build --platform=node --format=esm",
"migrate:local": "wrangler d1 migrations apply blog --local",
Expand Down

0 comments on commit 2e8b894

Please sign in to comment.