aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f3a4c1..7fff645 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ To start a development instance of Sophie, which will reload on source changes,
21yarn watch 21yarn watch
22``` 22```
23 23
24To run all the tests, run
25
26```sh
27yarn test
28```
29
30or to automatically rerun tests for changed source files, run
31
32```sh
33yarn watch:test
34```
35
24To build the application in release mode, run 36To build the application in release mode, run
25 37
26``` sh 38``` sh