Skip to content

Commit 52e5649

Browse files
authored
Update CONTRIBUTING.md (#610)
1 parent ee67aeb commit 52e5649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You're now ready to test the dev environment:
3131
4. Click on Terminal->New Terminal to be dropped into a terminal inside the dev environment.
3232
5. Run `$ npm install` to install the required modules
3333
6. Run `$ npm test` to ensure all tests pass
34-
7. Run `$ npm rebuild` to re-compile the project from scratch (using the version of EMSDK installed in the container).
34+
7. Run `$ npm run rebuild` to re-compile the project from scratch (using the version of EMSDK installed in the container).
3535
8. Run `$ npm test` to ensure all tests pass after said rebuild
3636

3737
You're now ready for development!
@@ -47,7 +47,7 @@ Instructions:
4747
2. Clone this repository
4848
3. Run `$ npm install` to install the required modules
4949
4. Run `$ npm test` to ensure all tests pass
50-
5. Run `$ npm rebuild` to re-compile the project from scratch (using the version of EMSDK installed in the container).
50+
5. Run `$ npm run rebuild` to re-compile the project from scratch (using the version of EMSDK installed in the container).
5151
6. Run `$ npm test` to ensure all tests pass after said rebuild
5252

5353
## Compiling SQLite with different options

0 commit comments

Comments
 (0)