Skip to content

Commit

Permalink
Chore/update local test environment (#5)
Browse files Browse the repository at this point in the history
* chore: do not use scripts for db startup

* chore: remove the scripts

* chore: add script for checking for outdated deps
  • Loading branch information
jkoenig134 authored Jan 30, 2024
1 parent 88756bc commit 0f27cd6
Show file tree
Hide file tree
Showing 9 changed files with 2,369 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .dev/compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: runtime
name: runtime-tests

services:
runtime-mongo:
Expand Down
3 changes: 0 additions & 3 deletions .dev/testSetup.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .dev/testSetupFerret.sh

This file was deleted.

4 changes: 4 additions & 0 deletions README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This workspace provide two types of scripts:

additionally you can run a script in all workspaces by `npm run -ws --if-present <scriptname>`

## Check for outdated dependencies

To check for outdated dependencies run `npm run outdated`. This will check the root folder and all packages using [npm-check-updates](https://www.npmjs.com/package/npm-check-updates).

## How to test

### Setup
Expand Down
Loading

0 comments on commit 0f27cd6

Please sign in to comment.