Build.js : Fixing tsup command

This commit is contained in:
Jérôme Commaret 2024-11-21 12:47:44 +01:00
parent f7d2e95d37
commit 879595dbe6

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