mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 05:24:26 +02:00
Do not install node in target directory to make sure we do not package node in our jar (#434)
Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
This commit is contained in:
committed by
Wouter Born
parent
2b684a2c58
commit
d83abb698b
@@ -47,6 +47,7 @@
|
||||
<npm_config_cache>${project.basedir}/npm_cache</npm_config_cache>
|
||||
<npm_config_tmp>${project.basedir}/npm_tmp</npm_config_tmp>
|
||||
</environmentVariables>
|
||||
<installDirectory>target</installDirectory>
|
||||
<workingDirectory>web</workingDirectory>
|
||||
</configuration>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user