Skip to content

Commit

Permalink
Add clean alias to clean build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Mar 30, 2017
1 parent ee6dfc5 commit 41b7422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PROJECT_DIR=$(dirname $(realpath "$0"))
alias web-ext="web-ext --source-dir=${PROJECT_DIR}/src --artifacts-dir=${PROJECT_DIR}/build"
alias clean="rm -r ${PROJECT_DIR}/build"

0 comments on commit 41b7422

Please sign in to comment.