blob: 4ce1ef5d58aefd25448f941a4ad1cd8d35631f13 [file] [log] [blame]
#!/bin/bash
mvn test -B
cd front
npm install .
npm test
make build