We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0caf0 commit 38381bbCopy full SHA for 38381bb
1 file changed
lib/AdaptFrameworkBuild.js
@@ -164,7 +164,9 @@ class AdaptFrameworkBuild {
164
* @return {Promise} Resolves with the output directory
165
*/
166
async build () {
167
- await this.removeOldBuilds()
+ if (!this.outputDir) {
168
+ await this.removeOldBuilds()
169
+ }
170
171
const framework = await App.instance.waitForModule('adaptframework')
172
if (!this.expiresAt) {
0 commit comments