diff --git a/api/scripts/build.mjs b/api/scripts/build.mjs index 7e485ae51..2751118ef 100755 --- a/api/scripts/build.mjs +++ b/api/scripts/build.mjs @@ -2,7 +2,7 @@ import { exit } from 'process'; import { cd, $ } from 'zx'; -import getTags, { getDeploymentVersion } from './get-deployment-version.mjs'; +import { getDeploymentVersion } from './get-deployment-version.mjs'; try { // Enable colours in output