mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
prefix
This commit is contained in:
parent
f8f60ef6b0
commit
8b9a9c7e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue