Skip to content
Snippets Groups Projects
Commit a81e9c11 authored by Greg Fodor's avatar Greg Fodor
Browse files

Show working dir

parent ee334bd1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ trap 'chmod -R a+rw .' EXIT ...@@ -13,6 +13,7 @@ trap 'chmod -R a+rw .' EXIT
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd "$DIR/.." pushd "$DIR/.."
echo "Building in $(pwd)"
mkdir -p .yarn mkdir -p .yarn
mkdir -p node_modules mkdir -p node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment