Skip to content

Commit

Permalink
Adds mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jan 18, 2017
1 parent 86219a9 commit b80f3ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"curl -o phar-composer -L `curl -s https://api.github.com/repos/clue/phar-composer/releases | grep browser_download_url | head -n 1 | cut -d '\"' -f 4`",
"chmod 755 phar-composer",
"chmod 755 phar-composer",
"./phar-composer build . build"
"mkdir ./build",
"./phar-composer build . build/"
]
}
}

0 comments on commit b80f3ee

Please sign in to comment.