Remove rebuild of admin, backend and frontend in case there tests files have been changed.

This commit is contained in:
elweyn 2023-02-06 15:35:11 +01:00
parent 9879df4eb5
commit 8b502c940c
3 changed files with 11 additions and 2 deletions

View File

@ -86,5 +86,8 @@
"> 1%", "> 1%",
"last 2 versions", "last 2 versions",
"not ie <= 10" "not ie <= 10"
] ],
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
}
} }

View File

@ -72,5 +72,8 @@
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"tsconfig-paths": "^3.14.0", "tsconfig-paths": "^3.14.0",
"typescript": "^4.3.4" "typescript": "^4.3.4"
},
"nodemonConfig": {
"ignore": ["**/*.test.ts"]
} }
} }

View File

@ -104,5 +104,8 @@
], ],
"author": "Gradido-Akademie - https://www.gradido.net/", "author": "Gradido-Akademie - https://www.gradido.net/",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur." "description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur.",
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
}
} }