Skip to content

Commit ae2136a

Browse files
authored
Update README.md
1 parent 91f64df commit ae2136a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0"
5959
```
6060

6161
Next, we need to fix the generated files in ember-api-docs-data. (Note: this step could probably be incorporated into ember-jsonapi-docs
62-
but for now this step works).
62+
but for now this step works). The `delete_unused_files` script will return an error for `ember.json` and `ember-data.json`, this is expected
6363

6464
```sh
65+
npm i
6566
npm run fix:files
6667
git add .
6768
git commit -m "fix urls and rev-index for ember"

0 commit comments

Comments
 (0)