File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ You're now ready to test the dev environment:
31314 . Click on Terminal->New Terminal to be dropped into a terminal inside the dev environment.
32325 . Run ` $ npm install ` to install the required modules
33336 . 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).
35358 . Run ` $ npm test ` to ensure all tests pass after said rebuild
3636
3737You're now ready for development!
@@ -47,7 +47,7 @@ Instructions:
47472 . Clone this repository
48483 . Run ` $ npm install ` to install the required modules
49494 . 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).
51516 . Run ` $ npm test ` to ensure all tests pass after said rebuild
5252
5353## Compiling SQLite with different options
You can’t perform that action at this time.
0 commit comments