Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
docs(config): update description in config element to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jul 4, 2016
1 parent 9139eb1 commit 1a3289c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zanata-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@
<version>1.4.0</version>
<configuration>
<environmentVariables>
<!-- Ensure that the correct node and npm are at the start of PATH
so they will be used for any node/npm call. -->
<!-- Ensure that the locally installed (by frontend-maven-plugin) node
and npm are at the start of PATH, so they will be used for any
node/npm call. -->
<PATH>${node.install.directory}/node:${node.install.directory}/node/node_modules/npm/bin:${env.PATH}</PATH>
</environmentVariables>

Expand Down

0 comments on commit 1a3289c

Please sign in to comment.