Skip to content

Commit 71f5920

Browse files
Update build.mjs
1 parent b4c52c4 commit 71f5920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tel-frontend-review/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function buildReviewAssets() {
5555
join(reviewDist, "stylesheets/tel-frontend.css")
5656
);
5757
await fse.copy(
58-
join(telFrontendDist, "tel.min.js"),
58+
join(telFrontendDist, "tel-frontend.min.js"),
5959
join(reviewDist, "javascripts/tel.min.js")
6060
);
6161

0 commit comments

Comments
 (0)