Files
cunningham/packages/react/build
jbpenrath 41ddaa5251 🔧(react) chain commands within build script
Currently commands within build script are not chained so if one fail,
all other will run that could lead to mistunderstanding, that all is
working fine when no...
2023-08-10 18:37:15 +02:00

8 lines
127 B
Bash
Executable File

#!/bin/bash
tsc \
&& yarn build-theme \
&& vite build \
&& yarn build-fonts \
&& yarn build-icons \
&& cp -R src/locales dist/