File tree 1 file changed +2
-2
lines changed
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:
31
31
4 . Click on Terminal->New Terminal to be dropped into a terminal inside the dev environment.
32
32
5 . Run ` $ npm install ` to install the required modules
33
33
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).
35
35
8 . Run ` $ npm test ` to ensure all tests pass after said rebuild
36
36
37
37
You're now ready for development!
@@ -47,7 +47,7 @@ Instructions:
47
47
2 . Clone this repository
48
48
3 . Run ` $ npm install ` to install the required modules
49
49
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).
51
51
6 . Run ` $ npm test ` to ensure all tests pass after said rebuild
52
52
53
53
## Compiling SQLite with different options
You can’t perform that action at this time.
0 commit comments