diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 5bfd3ee..a309496 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,10 @@ "lib": "lib" }, "scripts": { - "build": "tailwindcss build -o static/css/tailwind.css", - "watch:css": "tailwindcss build -o static/css/tailwind.css --watch", + "build:css": "tailwindcss build -i static/css/preflight.css -o static/css/tailwind.css", + "build:posts": "go generate ./internal/embedded", + "build:xemd2html": "cd ./lib/xesite_markdown && cargo build --bin xemd2html --target wasm32-wasi --release && cd ../.. && cp ./target/wasm32-wasi/release/xemd2html.wasm ./bin", + "watch:css": "tailwindcss build -i static/css/preflight.css -o static/css/tailwind.css --watch", "watch:posts": "bash ./scripts/rebuild.sh" }, "repository": { @@ -28,4 +30,4 @@ "@tailwindcss/typography": "^0.5.10", "tailwindcss": "^3.3.3" } -} +}
\ No newline at end of file |
