mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
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:
parent
02f75d034c
commit
5fe0bcbbef
338 changed files with 100229 additions and 13202 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue