Skip to content

Commit 706dd8d

Browse files
authored
Merge pull request #44 from dmf444/SMCSW-XX/copy-file-support
Smcsw xx/copy file support
2 parents 9169313 + 6e51773 commit 706dd8d

File tree

10 files changed

+314
-1464
lines changed

10 files changed

+314
-1464
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pipeline {
99
stages {
1010
stage('Build Windows') {
1111
steps {
12+
sh 'rm package-lock.json'
1213
sh 'npm install'
1314
sh 'npm run verup'
1415
sh 'npm run prod'

0 commit comments

Comments
 (0)