Skip to content

Commit

Permalink
add script for doc export path generation to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Jul 2, 2024
1 parent 6f215d6 commit f4373e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"doc:ci": "api-extractor run",
"doc:exports": "node ./scripts/run-api-extractor.js",
"doc:exports:ci": "node ./scripts/run-api-extractor.js ci",
"build": "npm run build:tsc && npm run build:rollup && npm run doc",
"build": "npm run build:tsc && npm run build:rollup && npm run doc && npm run doc:exports",
"build:rollup": "rollup -c",
"build:tsc": "tsc -p ./tsconfig.json",
"dev": "tsc -p ./tsconfig.json -w",
Expand Down

0 comments on commit f4373e5

Please sign in to comment.