瀏覽代碼

test-jenkins

formation 2 年之前
父節點
當前提交
501675c0e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      angular-client/package.json

+ 1 - 1
angular-client/package.json

@@ -4,7 +4,7 @@
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0",
-    "build": "ng build --prod",
+    "build": "export NODE_OPTIONS=--openssl-legacy-provider; ng build",
     "test": "ng test",
     "lint": "ng lint",
     "e2e": "ng e2e",