Adds Lerna and merges control plane repo (#52)

* Adds Lerna and merges control plane repo

* Re-adds `npm run start` as access pattern

* Fixes eslint rules for react

* Tweaks to Dockerfiles

* Tweak to test runner
This commit is contained in:
Chris Anderson 2023-02-12 13:34:58 -06:00 committed by GitHub
parent 02f75d034c
commit 5fe0bcbbef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
338 changed files with 100229 additions and 13202 deletions

View file

@ -65,7 +65,7 @@ jobs:
run: npm install && npm install --save-dev
- name: 'Run Jest Tests'
run: npm test
run: npm run test -- --scope=platform
env:
NODE_ENV: test
APP_SECRET: ${{ secrets.APP_SECRET }}