Files
notesnook/packages/editor/scripts/build.sh

5 lines
237 B
Bash
Raw Normal View History

2022-06-30 17:41:00 +05:00
cp ./node_modules/katex/dist/katex.min.css $(realpath ./styles/)
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
ln -s $(realpath ./src/styles.css) $(realpath ./styles/)
yarn tsc --watch