Skip to content

Commit

Permalink
chore: trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Dec 16, 2024
1 parent aaffd48 commit 2414823
Show file tree
Hide file tree
Showing 3 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.js"
import customTransform from "./release.utils.js"

module.exports = {
branches: [
Expand Down
File renamed without changes.
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.js"
import customTransform from "../cs/release.utils.js"

module.exports = {
branches: [
Expand Down

0 comments on commit 2414823

Please sign in to comment.