Skip to content

Commit

Permalink
have the patching work for dev as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jan 29, 2025
1 parent d2d0c02 commit d860813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"build:ci": "run-s docs:sync docs:clean patch:ts generate:* patch:wallet build",
"build:ci": "run-s docs:sync docs:clean generate:* patch:wallet build",
"build:content": "contentlayer build",
"check": "run-s lint",
"check:prod": "run-s lint:prod",
Expand All @@ -18,7 +18,7 @@
"export": "DOCS_DIST=${DOCS_DIST:=dist} next export -o $DOCS_DIST",
"generate:links": "node scripts/generate-links/index.mjs",
"generate:components": "node scripts/components.mjs",
"generate:sitemap": "run-s build:content sitemap",
"generate:sitemap": "run-s patch:ts build:content sitemap",
"sitemap": "node scripts/generate-sitemap/index.mjs",
"lint": "biome check --apply-unsafe .",
"lint:fix": "biome format --write .",
Expand Down

0 comments on commit d860813

Please sign in to comment.