Skip to content

Commit

Permalink
chore: wat?!
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
  • Loading branch information
tunnckoCore committed Apr 2, 2020
1 parent fa9bd0f commit e7c5a3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"fmt:prepare": "prettier --write",
"lint": "yarn run lint:prepare .",
"lint:prepare": "eslint --cache --fix --quiet --format codeframe",
"pretest": "yarn del ./test/tmp",
"postpretest": "yarn make-dir ./test/tmp",
"reinstall": "yarn del ./node_modules ./yarn.lock",
"pretest": "del-cli ./test/tmp",
"postpretest": "make-dir ./test/tmp",
"reinstall": "del-cli ./node_modules ./yarn.lock",
"postreinstall": "yarn setup",
"setup": "yarn",
"test": "yarn node test/run.js",
"pretest:ci": "yarn pretest",
"test": "node test/run.js",
"pretest:ci": "yarn run pretest",
"test:ci": "nyc node test/run.js",
"test:jest": "jest --coverage"
},
Expand Down

0 comments on commit e7c5a3f

Please sign in to comment.