Skip to content

Commit

Permalink
add build-docs to yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
NgocNhi123 committed Jun 28, 2024
1 parent 278946c commit 8df83ca
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 @@ -12,7 +12,7 @@
"build-core": "cd core && yarn _build",
"build-docs": "cd new-docs && yarn _build",
"build-gallery": "cd gallery && yarn _build",
"build": "yarn build-core && yarn build-gallery",
"build": "yarn build-core && yarn build-gallery && yarn build-docs",
"lint-fix": "eslint --fix . && prettier --write .",
"lint": "eslint --max-warnings=0 . && prettier --check .",
"start-core": "cd core && yarn _start",
Expand Down

0 comments on commit 8df83ca

Please sign in to comment.