Skip to content

Commit f90b10a

Browse files
committed
Fix buildBundle scripts
1 parent 82e393b commit f90b10a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Plan/react/buildBundle.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cd ..
2-
./gradlew :common:yarnBundle
2+
./gradlew :common:bundle

Plan/react/buildBundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
cd ..
4-
./gradlew :common:yarnBundle
4+
./gradlew :common:bundle

0 commit comments

Comments
 (0)