Skip to content

Commit 45c138b

Browse files
kyawthura-ggKyaw Thura
andauthored
fix: fixed lint throw error without semicolon (#232)
Co-authored-by: Kyaw Thura <[email protected]>
1 parent 2aba2be commit 45c138b

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/common/scripts

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/scripts/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const options = {
1212
};
1313

1414
if (os.type() === 'Windows_NT') {
15-
options.shell = true
15+
options.shell = true;
1616
}
1717

1818
let result;

0 commit comments

Comments
 (0)