alroyso 1 년 전
부모
커밋
e36cff596a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@ BUILD_EXE=flutter_distributor package --platform windows --targets exe
 
 init-mapper:
 	flutter pub get
-
+	dart run build_runner build --delete-conflicting-outputs
 init-arm64:
 	flutter pub get
 	dart run --define=OS_ARCH=arm64 ./scripts/init.dart