test_frontend.sh 59 B

123456
  1. #!/bin/sh
  2. cd frontend
  3. npm run lint
  4. npm run test:run
  5. cd ..