Skip to content

Commit

Permalink
Merge pull request #12 from msdigital/v1.22.5
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
msdigital authored Feb 28, 2022
2 parents 2187c22 + 6a5d2f7 commit 8242c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ for (const [k,v] of Object.entries(config)){

if (errored) process.exit();

config.VERSION = process.env.npm_package_version | 'V1.22.5';
config.VERSION = process.env.npm_package_version ? process.env.npm_package_version : 'V1.22.5';

module.exports = config;

0 comments on commit 8242c97

Please sign in to comment.