Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
W.I.P.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierce-h committed Sep 3, 2020
1 parent 07f40ec commit b46dfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
"build": "tsc",
"bump": "bump --tag --push --all",
"clean": "shx rm -rf .nyc_output coverage lib",
"coverage": "nyc npm run-script test:fast",
"coverage": "nyc npm run-script test:skip-integration",
"lint": "eslint src test/specs",
"mocha": "mocha",
"postpack": "shx rm -rf oclif.manifest.json",
"posttest": "eslint src test/specs",
"prepack": "shx rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"release": "npm run upgrade && npm run clean && npm test && npm run bump",
"test": "shx rm -rf lib && npm run build && nyc --extension .ts mocha --forbid-only && npm run lint",
"test:fast": "shx rm -rf lib && npm run build && nyc --extension .ts mocha --forbid-only -i -g @integration && npm run lint",
"test:skip-integration": "shx rm -rf lib && npm run build && nyc --extension .ts mocha --forbid-only -i -g @integration && npm run lint",
"upgrade": "npm-check -u && npm audit fix",
"version": "oclif-dev readme && git add README.md",
"watch": "tsc --watch"
Expand Down

0 comments on commit b46dfac

Please sign in to comment.