Skip to content

Commit

Permalink
fix(export-element): include dot files from npm in release branch
Browse files Browse the repository at this point in the history
.pnpm.js file is needed for code to work
  • Loading branch information
iamogbz committed Dec 23, 2024
1 parent 16a70c3 commit 89b83d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
branch: releaseBranch,
src: "dist",
msg: "chore(release): scripts and libraries <%= nextRelease.gitTag %> [skip ci]\n\n<%= nextRelease.notes %>",
dotfiles: true,
},
],
};
2 changes: 1 addition & 1 deletion scripts/export-element/index.user.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html2canvas } from "libraries/html2canvas";
import { html2canvas } from "../../libraries/html2canvas";

(function () {
"use strict";
Expand Down

0 comments on commit 89b83d8

Please sign in to comment.