#!/bin/sh

cd Backend
dotnet test

cd ..
cd Frontend
#npm run test
npm run lint
