mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
6 lines
334 B
Bash
Executable File
6 lines
334 B
Bash
Executable File
cp ./node_modules/katex/dist/katex.min.css $(realpath ./styles/)
|
|
cp -r ./node_modules/katex/dist/fonts/ $(realpath ./styles/)
|
|
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
|
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
|
|
|
yarn tsc $@ |