We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ac856 commit b3e0de9Copy full SHA for b3e0de9
1 file changed
src/Pillar-Cli/ClapPillarBuildCommand.class.st
@@ -77,10 +77,9 @@ ClapPillarBuildCommand >> execute [
77
self
78
positional: #requestedFiles
79
ifPresent: [ :files | strategy := PRBuildListStrategy list: (files collect: [ :f | f asFileReference ]) ].
80
-
81
- target
82
- buildStrategy: strategy;
83
- buildOn: project.
+
+ target buildStrategy: strategy.
+ (project build: target) exitProcess
84
]
85
86
{ #category : 'accessing' }
0 commit comments