This commit is contained in:
Andrew Pareles 2024-11-11 03:39:18 -08:00
parent f8f60ef6b0
commit 8b9a9c7e2b

View file

@ -4,7 +4,7 @@ import { execSync } from 'child_process';
execSync('npx rimraf out/ && npx rimraf src2/')
// build and scope tailwind
execSync('npx scope-tailwind ./src -o src2/ -s void-scope -c styles.css')
execSync('npx scope-tailwind ./src -o src2/ -s void-scope -c styles.css -p "prefix-" ')
// tsup to build src2/ into out/
execSync('tsup')