feat: add a clean command

This commit is contained in:
2018-10-23 15:09:27 -07:00
parent 41d79051f8
commit e8e252f73c
3 changed files with 41 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"precommit": "lint-staged",
"version": "auto-changelog -p && auto-authors && git add CHANGELOG.md AUTHORS.md",
"start": "node .",
"force": "node -r esm src/force.mjs"
"force": "node -r esm src/force.mjs",
"clean": "node -r esm src/clean.mjs"
},
"repository": {
"type": "git",