Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #280 from fourkitchens/85-remove-gulp-clean
Browse files Browse the repository at this point in the history
Remove unused clean task
  • Loading branch information
Evan Willhite authored Aug 15, 2018
2 parents c7675b2 + c49f181 commit 783fa64
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 @@ -7,7 +7,7 @@
"gulp": "^3.9.1"
},
"scripts": {
"start": "gulp clean && gulp compile && gulp theme",
"start": "gulp compile && gulp theme",
"postinstall": "./scripts/pattern_lab.sh && ./scripts/twig_functions.sh"
},
"precommit.silent": true
Expand Down

0 comments on commit 783fa64

Please sign in to comment.