Skip to content

Commit

Permalink
refactor: separate generate process from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Jun 15, 2022
1 parent fd3761d commit ed3c505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"generate-docs"
],
"scripts": {
"build": "yarn clear; turbo run build --filter=@svg-drawing",
"build:docs": "turbo run build",
"build": "yarn clear; turbo run build --filter=@svg-drawing*",
"build:gh-page": "export BASE_PATH=\"/svg-drawing\"; yarn build",
"clear": "turbo run clear",
"clear": "turbo run clear --filter=@svg-drawing*",
"generate:docs": "yarn build; turbo run build --filter=svg-drawing-generate-docs",
"dev": "concurrently yarn:dev:{main,tsc}",
"dev:main": "turbo run dev --parallel --no-cache",
"dev:tsc": "turbo run dev:tsc --parallel --no-cache",
Expand Down

0 comments on commit ed3c505

Please sign in to comment.