[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol
github.com/sprksocial/client
flutter
atproto
video
dart
1#!/bin/sh
2
3# Fail this script if any subcommand fails.
4set -e
5
6# Ensure Flutter is in PATH (should have been set up by ci_post_clone.sh)
7export PATH="$PATH:$HOME/flutter/bin"
8
9# Change to the project root directory (where pubspec.yaml is located)
10cd $CI_PRIMARY_REPOSITORY_PATH
11
12# Run build_runner
13dart run build_runner build --delete-conflicting-outputs