chore: __mocks__ und __tests__ vom Build/Publish über .npmignore ausgeschlossen
This commit is contained in:
@@ -13,7 +13,7 @@ NEXT_PUBLIC_DEBUG_LOG=true
|
||||
|
||||
#auf dem Entwicklungsrechner dev läuft auf Port 3000 und auf dem Server prod auf Port 80, aber der WebService ist immer auf PORT 80
|
||||
NEXT_PUBLIC_API_PORT_MODE=dev
|
||||
NEXT_PUBLIC_USE_MOCKS=true
|
||||
NEXT_PUBLIC_USE_MOCKS=false
|
||||
|
||||
# Der Unterordner talas5 gleich hinter der IP-Adresse (oder Servername) muss konfigurierbar sein.
|
||||
# Es muss auch möglich sein kein Unterorder anzugeben (z.B. nur http://talasserver/).
|
||||
|
||||
2
.npmignore
Normal file
2
.npmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
__tests__/
|
||||
__mocks__/
|
||||
@@ -1,2 +1,2 @@
|
||||
// /config/appVersion
|
||||
export const APP_VERSION = "1.1.214";
|
||||
export const APP_VERSION = "1.1.215";
|
||||
|
||||
Reference in New Issue
Block a user