Skip to content

Commit

Permalink
Fix //navigator/frontend genrule (digital-asset#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
majcherm-da authored May 23, 2019
1 parent 4922cdf commit 49d6b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navigator/frontend/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ genrule(
export OUT="$$(pwd)/$(@D)/out"
export WP_IN={WP_IN}
export WP_OUT={WP_OUT}
[ -d "$$IN" ] || mkdir "$$IN"
[ -d "$$OUT" ] || mkdir "$$OUT"
rm -rf $$IN $$OUT
mkdir "$$IN" "$$OUT"
# Our tools (node.js, webpack, webpack plugins, typescript) do not work nicely
# with symbolic links and a node_modules directory that is not in the project root.
Expand Down

0 comments on commit 49d6b8a

Please sign in to comment.