8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
tsc
|
||
|
|
yarn build-theme
|
||
|
|
vite build
|
||
|
|
yarn build-fonts
|
||
|
|
yarn build-icons
|
||
|
|
cp -R src/locales dist/
|