Reconfigured webpack to also have a development build.

This commit is contained in:
2022-04-17 20:12:13 -05:00
parent ef36e398b5
commit c0b324fba6
7 changed files with 33 additions and 3245 deletions

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
stage("build") {
steps {
nodejs('NodeJS (17.4.0)') {
sh "npm run build"
sh "npm run build:dev"
}
}
}