dart pub get before compiling
continuous-integration/drone/push Build is failing Details

adminDb
remrem 3 years ago
parent 29a05736a5
commit 3e797b5300

@ -12,6 +12,7 @@ steps:
- name: build-server
image: dart:stable
commands:
- dart pub get
- dart compile exe bin/server.dart -o bin/server
- name: docker-build

Loading…
Cancel
Save