From f0f68f3285a61a01649580ca8926b2ec56514893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Ha=C3=9Fel?= Date: Fri, 28 Feb 2025 13:30:19 +0100 Subject: [PATCH] including 'ng build' into 'deploy' --- src/main/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/angular/package.json b/src/main/angular/package.json index edadb4c..ec11826 100644 --- a/src/main/angular/package.json +++ b/src/main/angular/package.json @@ -7,7 +7,7 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "deploy": "scp -P2222 -r dist/angular/browser/* root@10.255.0.1:/srv/Data/www/ && git tag \"DEPLOY-FRONT---$(date +'%F---%H-%M-%S')\"" + "deploy": "ng build && scp -P2222 -r dist/angular/browser/* root@10.255.0.1:/srv/Data/www/ && git tag \"DEPLOY-FRONT---$(date +'%F---%H-%M-%S')\"" }, "private": true, "dependencies": {