fix: unused import

This commit is contained in:
Eli Bosley
2024-10-24 12:13:46 -04:00
parent 812053d7a4
commit 6e5b2f1f67

View File

@@ -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