Commit Graph

6 Commits

Author SHA1 Message Date
Wanseob Lim
7eaf9aa056 fix: ci & build script 2021-03-26 21:00:20 +09:00
Chance Hudson
0a3b3c1e63 refactor: remove prisma 2021-03-25 00:28:31 -05:00
Chance Hudson
267f52a979 fix: wait for postgres up pass port 2020-12-25 01:34:05 -06:00
Chance Hudson
3771500ea8 refactor: dev db initialization in coordinator 2020-12-25 00:55:33 -06:00
Wanseob Lim
0041f40e06 refactor: build pipe line
1. improve prisma dev flow (please see CONTRIBUTING.md)
2. improve circuit build & snark key management process.
2020-08-17 13:31:47 +09:00
Wanseob Lim
c5f15ecc45 refactor: improve build & test process
1. Describe build context & dockerfiles in `dockerfiles/docker-compose.yml`.
2. Using utils.buildAndGetContainer() function, specify the service name
and build the image before run test.
3. To skip the initial build process, developer can run `yarn pull:images`
on the root directory.
2020-08-17 13:31:47 +09:00