Skip to content

Commit 5a61825

Browse files
feat: update README and package.json for example-web script
1 parent 9872387 commit 5a61825

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/example-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Run the following command from the root of the monorepo or from the `apps/exampl
1818

1919
```sh
2020
# From root - using Turbo
21-
turbo run dev
21+
yarn example-web dev
2222

2323
# OR directly in this workspace
2424
yarn dev

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
],
3434
"scripts": {
3535
"example": "yarn workspace react-native-enriched-example",
36+
"example-web": "yarn workspace react-native-enriched-web-example",
3637
"test": "jest --passWithNoTests",
3738
"typecheck": "tsc",
3839
"lint": "eslint \"**/*.{js,ts,tsx}\"",

0 commit comments

Comments
 (0)