mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Merge pull request #155 from jcommaret/actual-editor-insets
Build.js : Fixing tsup command
This commit is contained in:
commit
469bba178a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ execSync('npx rimraf out/ && npx rimraf src2/')
|
|||
execSync('npx scope-tailwind ./src -o src2/ -s void-scope -c styles.css -p "prefix-" ')
|
||||
|
||||
// tsup to build src2/ into out/
|
||||
execSync('tsup')
|
||||
execSync('npx tsup')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue