Skip to content

Commit

Permalink
fix: removing process env to fix the build proccess
Browse files Browse the repository at this point in the history
- this need to be refactored, to add a proper fix to show the correct version of the packeage
  • Loading branch information
ademarCardoso committed Feb 5, 2024
1 parent d97f666 commit 79c6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const STORYBLOK_AGENT = 'SB-Agent'
export const STORYBLOK_JS_CLIENT_AGENT = {
defaultAgentName: 'SB-JS-CLIENT',
defaultAgentVersion: 'SB-Agent-Version',
packageVersion: process.env.npm_package_version || '5.0.0',
packageVersion: '6.0.0',
}

0 comments on commit 79c6e1e

Please sign in to comment.