We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bb6b8 commit 7efa575Copy full SHA for 7efa575
packages/compass/scripts/verify-package-contents.ts
@@ -62,7 +62,7 @@ function extractArchive(artifactsDir: string, destinationPath: string): Kind {
62
63
function run() {
64
const artifactsDir = path.resolve(__dirname, '..', 'dist');
65
- const destinationPath = fs.mkdtempSync('compass-package-');
+ const destinationPath = path.resolve(fs.mkdtempSync('compass-package-'));
66
const fixturePath = path.resolve(__dirname, 'fixtures');
67
68
try {
0 commit comments