Skip to content

Commit

Permalink
fix: ff build
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 20, 2024
1 parent a90bc83 commit 54f40e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/configs/browser-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const setConfig = (config) => {
PACKAGE_VERSION: JSON.stringify(package.version),
BUILD_TIME:
BROWSER === browserNames.firefox
? "FF-build"
? JSON.stringify("FF-build")
: new Date().toLocaleString().replace(/\D/g, ""),
IS_DEV: process.env.NODE_ENV === "development",
IS_FIREFOX: BROWSER === browserNames.firefox,
Expand Down

1 comment on commit 54f40e0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.