Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"code-style": "fluentui-scripts code-style",
"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"start": "react-native rnx-start",
"start": "react-native start",
"test": "fluentui-scripts jest",
"bundle": "react-native rnx-bundle --dev false",
"bundle-dev": "react-native rnx-bundle",
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"code-style": "fluentui-scripts code-style",
"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"start": "react-native rnx-start",
"start": "react-native start",
"test": "fluentui-scripts jest",
"bundle": "react-native rnx-bundle --dev false"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"code-style": "fluentui-scripts code-style",
"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"start": "react-native rnx-start",
"start": "react-native start",
"test": "fluentui-scripts jest",
"bundle": "react-native rnx-bundle --dev false",
"bundle-dev": "react-native rnx-bundle",
Expand Down
2 changes: 1 addition & 1 deletion apps/macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"code-style": "fluentui-scripts code-style",
"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"start": "react-native rnx-start",
"start": "react-native start",
"test": "fluentui-scripts jest",
"macos": "react-native run-macos --scheme FluentTester --project-path src"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"code-style": "fluentui-scripts code-style",
"depcheck": "fluentui-scripts depcheck",
"lint": "fluentui-scripts eslint",
"start": "react-native rnx-start --port 8081",
"start": "react-native start --port 8081",
"test": "fluentui-scripts jest",
"bundle": "react-native rnx-bundle --dev false",
"bundle-dev": "react-native rnx-bundle",
Expand Down
2 changes: 1 addition & 1 deletion apps/windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate-report": "allure generate allure-results --clean && allure open",
"lint": "eslint .",
"report": "allure generate allure-results --clean",
"start": "react-native rnx-start",
"start": "react-native start",
"test": "jest",
"windows": "react-native run-windows"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Use start instead of rnx-start",
"packageName": "@fluentui-react-native/tester",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2021-04-16T14:16:56.921Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Use start instead of rnx-start",
"packageName": "@fluentui-react-native/tester-win32",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2021-04-16T14:16:59.224Z"
}