Skip to content

Commit

Permalink
fix rss feed in build
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMurr committed Apr 5, 2024
1 parent 085f339 commit 640ecfe
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 @@ -6,7 +6,7 @@
"start": "next dev",
"dev": "cross-env INIT_CWD=$PWD next dev",
"build": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' npx tsx ./scripts/postbuild.ts",
"build:prod": "NODE_ENV=production && npm run build",
"build:prod": "NODE_ENV=production && npm run velite && npx tsx ./scripts/postbuild.ts && npm run build",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"velite": "npx velite",
Expand Down

0 comments on commit 640ecfe

Please sign in to comment.