4 lines
No EOL
85 B
Bash
4 lines
No EOL
85 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
dart test/all.dart
|
|
ANGEL_ENV=production dart test/all.dart |