Skip to content

Commit

Permalink
refactor build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Aug 17, 2023
1 parent 7c6076a commit 445df41
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,12 +4,12 @@
"private": true,
"scripts": {
"build": "next build",
"build:ci": "run-s docs:* build",
"build:ci": "run-s docs:* gen:ts-api build",
"check": "run-s lint prettier:check",
"check:prod": "run-s lint:prod prettier:check",
"docs:sync": "sh ./scripts/sync-repos.sh",
"docs:clean": "sh ./scripts/clean-build-files.sh",
"docs:ts-api": "sh ./scripts/ts-api-gen.sh",
"gen:ts-api": "sh ./scripts/ts-api-gen.sh",
"deps:update": "updates -gu",
"dev": "pnpm generate:links && pnpm generate:components && next dev",
"export": "DOCS_DIST=${DOCS_DIST:=dist} next export -o $DOCS_DIST",
Expand Down

0 comments on commit 445df41

Please sign in to comment.