We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970d41f commit c96b5deCopy full SHA for c96b5de
scripts/binding-platform.ts
@@ -85,6 +85,7 @@ export async function copyPlatformBindingWasm(config: BuildConfig) {
85
// now check if we already have this package in the cache
86
const cachedPath = join(cacheDir, realPackageName);
87
if (!existsSync(cachedPath)) {
88
+ ensureDir(cacheDir);
89
// download the package
90
console.log(`🦉 downloading CI build from ${url}`);
91
const pkgRsp = await fetch(url);
0 commit comments