Skip to content

Commit

Permalink
ci: add build docs to main build script #60
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Dec 3, 2024
1 parent 132d29d commit 5c9401a
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 @@ -141,7 +141,7 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:version build:sass sass:render bundler types",
"build": "npm-run-all build:version build:sass sass:render bundler build:docs types",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs bundler postinstall",
"build:ci": "npm-run-all sweep build:release",
Expand Down

0 comments on commit 5c9401a

Please sign in to comment.