Skip to content

Commit bea4f1d

Browse files
committed
Add guides option (erroneously api), add dist to gitignore
1 parent bdb8d18 commit bea4f1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env
22
node_modules
33
build
4-
drivers-output
4+
drivers-output
5+
dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Guides json files are currently not stored somewhere, because they are built on
2121
To Generate the JSON files locally, clone [guides-app](https://github.com/ember-learn/guides-app), and run `ember build`.
2222

2323
Once generated, use the following command to reindex algolia:
24-
`yarn start -p api`
24+
`yarn start -p guides`
2525

2626

2727
## .env variables

0 commit comments

Comments
 (0)