We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1888cb commit 7036465Copy full SHA for 7036465
.github/workflows/module-ci.yml
@@ -112,6 +112,12 @@ jobs:
112
- name: Build
113
run: vc-build Compile
114
115
+ - name: Prepare dist subfolders
116
+ shell: bash
117
+ run: |
118
+ mkdir -p src/VirtoCommerce.ImportModule.Web/dist/import-app
119
+ mkdir -p src/VirtoCommerce.ImportModule.Web/dist/import-app-new
120
+
121
- name: Copy Import App built output
122
shell: bash
123
run: cp -r src/VirtoCommerce.ImportModule.Web/apps/import-app/dist/* src/VirtoCommerce.ImportModule.Web/dist/import-app/
0 commit comments