Skip to content

Commit 2c0fbbe

Browse files
aspeddrocristianoc
authored andcommitted
update setup order
After #622, the js files should be generated before run update-index
1 parent f45a9b0 commit 2c0fbbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ This is the official documentation platform for the [ReScript](https://rescript-
2424
# For first time clone / build (install dependencies)
2525
npm i
2626

27-
# Only needed for initial clone (or content H2 changes)
28-
npm run update-index
29-
3027
# Initial build
3128
npx rescript
3229

30+
# Only needed for initial clone (or content H2 changes)
31+
npm run update-index
32+
3333
# Build the index data
3434
npm run update-index
3535

0 commit comments

Comments
 (0)