star-gold bage

This commit is contained in:
2020-09-23 23:00:31 +03:00
parent 80768ed617
commit a95d65df28
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
stage ('production build') {
sh 'npm run build:prod'
sh 'npm run build:prod';
sh 'ls dist';
}