Fixed dep tree
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2025-04-06 22:17:07 +01:00
parent dc17274737
commit 5b2158c240
2 changed files with 764 additions and 5856 deletions

6
Jenkinsfile vendored
View File

@ -19,6 +19,12 @@ pipeline {
} }
} }
stage('Clear packages cache') {
steps {
sh 'rm -rf node_modules' // Install project dependencies
}
}
stage('Install dependencies') { stage('Install dependencies') {
steps { steps {
sh 'ls && npm install' // Install project dependencies sh 'ls && npm install' // Install project dependencies

6614
package-lock.json generated

File diff suppressed because it is too large Load Diff