We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6867ea commit b822fa5Copy full SHA for b822fa5
README.md
@@ -29,12 +29,12 @@ But you can also run it locally with the following steps:
29
30
4. **Running benchmarks**:
31
- Develop within the container. All defined extensions and settings in `devcontainer.json` will be available.
32
- - Run ```npm install```
33
- - Run ```npm run init``` to init database
34
- - Run ```npm run drizzle```
35
- - Run ```npm run orange```
36
- - Run ```npm run prisma```
37
- - Run ```npm run mikroorm```
+ - ```npm install```
+ - ```npm run init``` to init database
+ - ```npm run drizzle```
+ - ```npm run orange```
+ - ```npm run prisma```
+ - ```npm run mikroorm``` (Not working yet)
38
39
## Note
40
0 commit comments