35 lines
840 B
Diff
35 lines
840 B
Diff
From 51b7c7be0ce97803ba17c31e871534cbeb5fb56a Mon Sep 17 00:00:00 2001
|
|
From: WS-Bot <contact@workstreams.ch>
|
|
Date: Mon, 26 Aug 2024 14:20:32 +0200
|
|
Subject: [PATCH 3/3] Fix packaging of DocService
|
|
|
|
---
|
|
package.json | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package.json b/package.json
|
|
index 0050642..a08f856 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -8,7 +8,7 @@
|
|
"server": {
|
|
"expand": true,
|
|
"src": [
|
|
- "./**/sources/*.js",
|
|
+ "./**/sources/**/*.js",
|
|
"./Common/package.json",
|
|
"./DocService/package.json",
|
|
"./DocService/public/healthcheck.docx",
|
|
@@ -43,7 +43,7 @@
|
|
},
|
|
"postprocess": {
|
|
"src": [
|
|
- "./build/server/**/sources/*.js"
|
|
+ "./build/server/**/sources/**/*.js"
|
|
],
|
|
"dest": "./"
|
|
},
|
|
--
|
|
2.47.0
|
|
|