Skip to content

Commit cb641f2

Browse files
author
rn-h
committed
Update app.go
Create bundle compilation problem in specified directory
1 parent 153ff16 commit cb641f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opt/app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ func (App) CreateBundle() {
9595
"react-native",
9696
"bundle",
9797
"--assets-dest",
98-
"./build/CodePush",
98+
rnDir+"build/CodePush",
9999
"--bundle-output",
100-
"./build/CodePush/"+jsName,
100+
rnDir+"build/CodePush/"+jsName,
101101
"--dev",
102102
"false",
103103
"--entry-file",

0 commit comments

Comments
 (0)