feat: add a force retest script

This commit is contained in:
2018-10-19 13:06:49 -07:00
parent 4794c6be26
commit def91e35d3
2 changed files with 22 additions and 1 deletions

View File

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