Skip to content

Commit

Permalink
fix: use oclif@2 package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jun 23, 2022
1 parent a1693f3 commit 21ddad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"jest-haste-map": "^27.5.1",
"jest-junit": "^10.0.0",
"jest-resolve": "^27.5.1",
"oclif": "^3.0.1",
"stdout-stderr": "^0.1.13"
},
"engines": {
Expand All @@ -56,9 +57,9 @@
"posttest": "eslint src test e2e",
"test": "npm run unit-tests",
"unit-tests": "jest --ci",
"prepack": "oclif-dev manifest && oclif-dev readme",
"prepack": "oclif manifest && oclif readme",
"postpack": "rm -f oclif.manifest.json",
"version": "oclif-dev readme && git add README.md",
"version": "oclif readme && git add README.md",
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'"
},
"jest": {
Expand Down

0 comments on commit 21ddad9

Please sign in to comment.