Skip to content

Commit

Permalink
Merge pull request #114 from garden-io/better-clean-command
Browse files Browse the repository at this point in the history
chore: clean command now removes build dir and only cleans ignored files
  • Loading branch information
edvald authored May 25, 2018
2 parents aa36dc9 + c52949f commit 3443b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"add-licenses": "./bin/add-licenses",
"build": "gulp build",
"check-licenses": "./bin/check-licenses",
"clean": "git clean -x -f",
"clean": "rm -rf build && git clean -X -f",
"dev": "gulp build && cd build && npm link && cd .. && gulp watch",
"dist": "gulp dist",
"fix-format": "node_modules/.bin/tslint -p . --fix && node_modules/.bin/tsfmt -r",
Expand Down

0 comments on commit 3443b9c

Please sign in to comment.