Skip to content

Commit

Permalink
task 'browserRun' not found replace with jsBrowserRun (#1621)
Browse files Browse the repository at this point in the history
Co-authored-by: huanglizhuo <[email protected]>
  • Loading branch information
huanglizhuo and huanglizhuo authored Oct 21, 2023
1 parent c7c2440 commit a35475e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To simply view the sample app, open: https://cashapp.github.io/redwood/latest/co

To build and modify the app locally, run this:
```
./gradlew samples:counter:browser:browserRun
./gradlew samples:counter:browser:jsBrowserRun
```

If successful, the command will load the app at http://localhost:8080/ in your default web browser.
Expand Down
2 changes: 1 addition & 1 deletion samples/emoji-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To simply view the sample app, open: https://cashapp.github.io/redwood/latest/em

To build and modify the app locally, run this:
```
./gradlew samples:emoji-search:browser:browserRun
./gradlew samples:emoji-search:browser:jsBrowserRun
```

If successful, the command will load the app at http://localhost:8080/ in your default web browser.
Expand Down
2 changes: 1 addition & 1 deletion test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Running Test App on Web

To build and modify the app locally, run this:
```
./gradlew test-app:browser:browserRun
./gradlew test-app:browser:jsBrowserRun
```

If successful, the command will load the app at http://localhost:8080/ in your default web browser.
Expand Down

0 comments on commit a35475e

Please sign in to comment.