mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
mkdir -p dist
|
|
npm run build-embed
|
|
cp static/Inter-Variable.ttf dist
|
|
cp static/tailwind.js dist
|
|
npx tailwindcss -o src/lib/assets/app.css --minify -o dist/tailwind.css
|
|
cp embed/index.html dist |