Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove comment from READMEs #166

Merged
merged 1 commit into from
Oct 25, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
3 changes: 1 addition & 2 deletions packages/read-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down Expand Up @@ -55,4 +54,4 @@ If the command doesn't return a version, you might not have Node installed.

You can go to [nodejs.org](https://nodejs.org/en/) to download and set up Node (`v18.0.0` or later) on your machine. If you use a version manager for Node, use it to install Node 18.

Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
3 changes: 1 addition & 2 deletions packages/read-orders/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down Expand Up @@ -55,4 +54,4 @@ If the command doesn't return a version, you might not have Node installed.

You can go to [nodejs.org](https://nodejs.org/en/) to download and set up Node (`v18.0.0` or later) on your machine. If you use a version manager for Node, use it to install Node 18.

Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
1 change: 0 additions & 1 deletion packages/schedule-events/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
1 change: 0 additions & 1 deletion packages/send-and-read-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
1 change: 0 additions & 1 deletion packages/send-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down