Skip to content

Commit

Permalink
Merge pull request #2282 from prince-deriv/trigger-publish-workflow
Browse files Browse the repository at this point in the history
chore: trigger workflow
  • Loading branch information
prince-deriv authored Dec 16, 2024
2 parents b4d7dbc + aaffd48 commit 29c13f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/scripts/packages/cs/release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */
import customTransform from "../release.utils"
import customTransform from "../release.utils.js"

module.exports = {
branches: [
Expand Down
2 changes: 1 addition & 1 deletion public/scripts/packages/marketing/release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */
import customTransform from "../release.utils"
import customTransform from "../release.utils.js"

module.exports = {
branches: [
Expand Down

0 comments on commit 29c13f8

Please sign in to comment.