Skip to content

Commit acd8a8b

Browse files
committed
Fixed haul stats.html output location
1 parent 5ca45dc commit acd8a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-native-bundle-visualizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fi
88

99
./node_modules/.bin/haul bundle --config $CONFIG_FILE --platform ios
1010
if [ $? -eq 0 ]; then
11-
open ./dist/stats.html
11+
open ./stats.html
1212
fi

0 commit comments

Comments
 (0)