update docs to match new build script + fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-11-15 11:04:19 +01:00
parent 657b0da3c7
commit 5e7bdb0109
15 changed files with 36 additions and 61 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ All packages need to be installed and built before running the test. In a fresh
```sh
yarn install
yarn tsc
yarn build
yarn build:all
```
Once those tasks have completed, you can now run the test using `yarn e2e-test run`.