Skip to content

Commit

Permalink
fix typo in command line steps (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
nearnshaw authored Jan 25, 2024
1 parent 63416e1 commit 347f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/creator/sdk7/libraries/create-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In a **test scene project**:
In the **library project**:

1. Run `npm install`
2. Run `npm build`
2. Run `npm run build`
3. Run `npm link`
4. Run: `npm link @dcl/sdk @dcl/js-runtime`

Expand Down

0 comments on commit 347f6e8

Please sign in to comment.