Skip to content

Commit ba03594

Browse files
committed
Remove unnecessary dot argument from npm install
The dot argument was removed from the npm install command in the Maven build configuration, as it is not required for installing @usebruno/[email protected].
1 parent c057ac6 commit ba03594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspect-model-editor-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
</goals>
447447
<configuration>
448448
<workingDirectory>${project.build.directory}</workingDirectory>
449-
<arguments>install --ignore-scripts . @usebruno/[email protected]</arguments>
449+
<arguments>install --ignore-scripts @usebruno/[email protected]</arguments>
450450
</configuration>
451451
</execution>
452452
</executions>

0 commit comments

Comments
 (0)