Skip to content

Commit 7036465

Browse files
committed
Add apps subfolders
1 parent f1888cb commit 7036465

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/module-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ jobs:
112112
- name: Build
113113
run: vc-build Compile
114114

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+
115121
- name: Copy Import App built output
116122
shell: bash
117123
run: cp -r src/VirtoCommerce.ImportModule.Web/apps/import-app/dist/* src/VirtoCommerce.ImportModule.Web/dist/import-app/

0 commit comments

Comments
 (0)