Skip to content

Commit f9cf9a9

Browse files
authored
Merge pull request #97239 from talk2MeGooseman/patch-1
Update Redwood.js instructions to only build web
2 parents c8dbde2 + 232c486 commit f9cf9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/front-end-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The intent of the table columns is explained by the following items:
4848
| [Polymer](https://www.polymer-project.org/) | `build/default` | n/a |
4949
| [Preact](https://preactjs.com/) | `build` | n/a |
5050
| [React](https://reactjs.org/) | `build` | n/a |
51-
| [RedwoodJS](https://redwoodjs.com/) | `web/dist` | `yarn rw build` |
51+
| [RedwoodJS](https://redwoodjs.com/) | `web/dist` | `yarn rw build web` |
5252
| [Stencil](https://stenciljs.com/) | `www` | n/a |
5353
| [Svelte](https://svelte.dev/) | `public` | n/a |
5454
| [Three.js](https://threejs.org/) | `/` | n/a |

0 commit comments

Comments
 (0)