/ Earthfile
Earthfile
 1  VERSION 0.7
 2  
 3  test:
 4      BUILD ./programs+test
 5      BUILD ./services/app+test
 6      BUILD ./services/js+test
 7  
 8  build:
 9      BUILD ./contracts+build
10      BUILD ./services/app+build
11      BUILD ./services/js+build
12      BUILD ./services/site+build
13  
14  docker:
15      BUILD ./services/app+docker
16      BUILD ./services/js+docker
17      BUILD ./services/site+docker
18  
19  deploy:
20      BUILD ./services/app+deploy
21      BUILD ./services/js+deploy
22      BUILD ./services/site+deploy
23  
24  libs:
25      BUILD ./services/app+libs