@@ -1,5 +1,12 @@
pipeline:
- build:
+ build-frontend:
+ image: node:14
+ commands:
+ - cd src/app
+ - yarn
+ - yarn ng build --prod
+
+ build-backend:
image: maven:3.3.9-jdk-8
commands:
- mvn package