Explorar o código

fix(build): use npx to run tsup

Andelf %!s(int64=3) %!d(string=hai) anos
pai
achega
8e8834854b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')