We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c52c4 commit 71f5920Copy full SHA for 71f5920
packages/tel-frontend-review/build.mjs
@@ -55,7 +55,7 @@ async function buildReviewAssets() {
55
join(reviewDist, "stylesheets/tel-frontend.css")
56
);
57
await fse.copy(
58
- join(telFrontendDist, "tel.min.js"),
+ join(telFrontendDist, "tel-frontend.min.js"),
59
join(reviewDist, "javascripts/tel.min.js")
60
61
0 commit comments