Skip to content

Commit

Permalink
build: yeah yeah, I mis-spelled some paths at the friday 5pm commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed Jan 12, 2018
1 parent 9018e74 commit f2a181f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ testem.log
.DS_Store
Thumbs.db

node/
/node
4 changes: 1 addition & 3 deletions apps/bar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
<configuration>
<nodeVersion>v8.9.0</nodeVersion>
<yarnVersion>v1.3.2</yarnVersion>
<configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 1 addition & 3 deletions apps/foo-bar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
<configuration>
<nodeVersion>v8.9.0</nodeVersion>
<yarnVersion>v1.3.2</yarnVersion>
<configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 1 addition & 3 deletions apps/foo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
<configuration>
<nodeVersion>v8.9.0</nodeVersion>
<yarnVersion>v1.3.2</yarnVersion>
<configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
<workingDirectory>${pom.parent.basedir}</workingDirectory>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f2a181f

Please sign in to comment.