feature/frontend-tests #26

Merged
husbando_enjoyer merged 9 commits from feature/frontend-tests into main 2026-02-05 20:33:15 +01:00
Showing only changes of commit 0fe2569131 - Show all commits

View File

@@ -84,6 +84,7 @@ pipeline {
mkdir -p "$NPM_CONFIG_CACHE"
npm install --no-progress --no-audit --prefer-offline
npm run check
npm test
npm run build
'''
}