feat: add a clean command

This commit is contained in:
2018-10-23 15:09:27 -07:00
parent a58cf864e1
commit f3773f7ee7
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",