Merge pull request #155 from jcommaret/actual-editor-insets

Build.js : Fixing tsup command
This commit is contained in:
Andrew Pareles 2024-11-21 03:51:32 -08:00 committed by GitHub
commit 469bba178a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')