We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2320f9d commit ab5047bCopy full SHA for ab5047b
1 file changed
build.mjs
@@ -127,7 +127,7 @@ const entryPointsPlugin = {
127
const imports = actionsSorted
128
.map(
129
(action) =>
130
- `import * as ${action.pascalCaseName} from "./src/${basename(action.path)}"`,
+ `import * as ${action.pascalCaseName} from "./src/${basename(action.path)}";`,
131
)
132
.join("\n");
133
const wrappers = actionsSorted
0 commit comments