Skip to content

Commit a7a5134

Browse files
authored
more steps to be fixed on dist (#706)
1 parent a0bfb88 commit a7a5134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
- run:
139139
name: Reset composer.json and composer.lock
140140
command: |
141+
cd demo
141142
rm -f composer.json composer.lock
142143
cp templates/composer.json composer.json
143144
cp templates/composer.lock composer.lock
@@ -147,6 +148,7 @@ jobs:
147148
- run:
148149
name: Reset vfancy
149150
command: |
151+
cd demo
150152
rm -rf docroot/vfancy/*
151153
cd docroot/vfancy
152154
git init

0 commit comments

Comments
 (0)