Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 271 Bytes

File metadata and controls

15 lines (12 loc) · 271 Bytes

Development

if [ "$(pwd | grep --only-matching -E '/adminUi$')" != "/adminUi" ]; then cd adminUi; fi
cp .env.dist .env
yarn install
yarn run dev

Run these commands before each push, If it fails, CI forbids merge!

yarn run check
yarn run lint