Kaynağa Gözat

fix(build): use npx to run tsup

Andelf 2 yıl önce
ebeveyn
işleme
8e8834854b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tldraw/apps/tldraw-logseq/build.mjs

+ 1 - 1
tldraw/apps/tldraw-logseq/build.mjs

@@ -5,7 +5,7 @@ import fs from 'fs'
 import path from 'path'
 
 // Build with [tsup](https://tsup.egoist.sh)
-await $`tsup`
+await $`npx tsup`
 
 // Prepare package.json file
 const packageJson = fs.readFileSync('package.json', 'utf8')