Skip to content

Commit

Permalink
Merge pull request #153 from GeoscienceAustralia/feature/clean-command
Browse files Browse the repository at this point in the history
Added a 'clean' command to the Makefile [skip ci]
  • Loading branch information
benji-glitsos-ga authored Mar 12, 2024
2 parents 963c4ca + 197d926 commit 63c1549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ ssh:

test-redirects:
npx mocha ./aws/cloudfront/functions/*.js

clean:
rm -rf ./output

0 comments on commit 63c1549

Please sign in to comment.