Fixed dep tree
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
This commit is contained in:
parent
dc17274737
commit
5b2158c240
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
6614
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user