Vyacheslav Egorov c8050e8e0d
Generate frontend server's .packages from Dart .packages file instead of using pub get. (#5360)
Dart SDK itself does not use pub which forced us to manually maintain dependecy
overrides in the frontend server's pubspec.yaml. This is rather fragile and
easily breaks when dependencies in one of the "internal" packages change, but
the package is not published yet.

This change switches us to the same model of dependcies management that Dart SDK
itself is using.

Down side of this is that we can no longer do pub run test in the
frontend_server and have to run tests manually.
2018-05-24 18:33:52 +02:00

5 lines
59 B
Bash
Executable File

#!/bin/bash
cd frontend_server
dart test/server_test.dart