feat: add a clean command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user